Swallow empty-commit error

This commit is contained in:
Andrew Casey 2020-08-25 10:16:58 -07:00
parent d45c0590f7
commit d6dda230bc

View file

@ -23,5 +23,6 @@ jobs:
git config user.name "TypeScript Bot"
npm install --package-lock-only
git add -f package-lock.json
git commit -m "Update package-lock.json"
git push
if git commit -m "Update package-lock.json"; then
git push
fi