We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d57d35 commit 00d7d52Copy full SHA for 00d7d52
.github/workflows/update-package-lock.yaml
@@ -22,6 +22,6 @@ jobs:
22
git config user.email "[email protected]"
23
git config user.name "TypeScript Bot"
24
npm install --package-lock-only
25
- git add package-lock.json
+ git add -f package-lock.json
26
git commit -m "Update package-lock.json"
27
git push
.gitignore
@@ -84,6 +84,7 @@ tests/cases/user/*/**/*.d.ts
84
tests/baselines/reference/dt
85
.failed-tests
86
TEST-results.xml
87
+package-lock.json
88
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
89
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
90
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
0 commit comments