mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #40244 from amcasey/EmptyCommit
Swallow empty-commit error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user