mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-12 19:30:30 +02:00
Don't delete package-lock.json
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user