This commit is contained in:
2024-01-10 12:43:00 +01:00
parent 117a7a5b37
commit f32e6a975a

View File

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