Fix CI: commit package-lock.json and remove it from .gitignore
npm ci requires a lockfile to exist in the repo. All 3 CI runs have been failing since the initial commit because package-lock.json was gitignored.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Build outputs
|
||||
|
||||
6613
package-lock.json
generated
Normal file
6613
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user