Skip to content

Commit

Permalink
Fixing bug #128
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Jan 10, 2024
1 parent 117a7a5 commit f32e6a9
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 @@ -77,7 +77,7 @@ if $INPUT_CLEAN_NODE_FOLDER; then
fi

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

0 comments on commit f32e6a9

Please sign in to comment.