mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 22:15:18 -05:00
Git ignore package-lock.json and forcibly update in workflow
This commit is contained in:
2
.github/workflows/update-package-lock.yaml
vendored
2
.github/workflows/update-package-lock.yaml
vendored
@@ -22,6 +22,6 @@ jobs:
|
||||
git config user.email "ts_bot@rcavanaugh.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
npm install --package-lock-only
|
||||
git add package-lock.json
|
||||
git add -f package-lock.json
|
||||
git commit -m "Update package-lock.json"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user