mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-30 18:15:46 +03:00
fix: nodejs: package-json: ignore yarn.lock during translation
This commit is contained in:
parent
ee4a3e7062
commit
fb16017634
@ -45,7 +45,7 @@
|
||||
newSource=$(pwd)
|
||||
|
||||
cd ./$relPath
|
||||
rm -rf package-lock.json
|
||||
rm -rf package-lock.json yarn.lock
|
||||
|
||||
hasInstallScript=false
|
||||
if [ "$(jq 'has("scripts")' -c -r package.json)" == "false" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user