fix: nodejs: package-json: ignore yarn.lock during translation

This commit is contained in:
DavHau 2022-07-30 17:53:34 +02:00
parent ee4a3e7062
commit fb16017634

View File

@ -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