Merge pull request #67 from AndyA/master

Don't delete package-lock.json
This commit is contained in:
2021-10-31 15:06:10 +01:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ else
fi fi
if [ -f 'package-lock.json' ]; then if [ -f 'package-lock.json' ]; then
git reset --hard package-lock.json || rm package-lock.json git checkout -- package-lock.json
else else
echo "No package-lock.json file." echo "No package-lock.json file."
fi fi