Skip to content

Commit

Permalink
Git ignore package-lock.json and forcibly update in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey committed Aug 20, 2020
1 parent 4d57d35 commit 00d7d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-package-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ tests/cases/user/*/**/*.d.ts
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
package-lock.json
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
Expand Down

0 comments on commit 00d7d52

Please sign in to comment.