Skip to content

Commit

Permalink
Merge pull request #67 from AndyA/master
Browse files Browse the repository at this point in the history
Don't delete package-lock.json
  • Loading branch information
creyD authored Oct 31, 2021
2 parents 61783f5 + a6d8de1 commit b1dc9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ else
fi

if [ -f 'package-lock.json' ]; then
git reset --hard package-lock.json || rm package-lock.json
git checkout -- package-lock.json
else
echo "No package-lock.json file."
fi
Expand Down

0 comments on commit b1dc9cd

Please sign in to comment.