mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 04:40:33 +02:00
Merge pull request #67 from AndyA/master
Don't delete package-lock.json
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user