Fix CI: commit package-lock.json and remove it from .gitignore
Some checks failed
Build and Test / build (16.x) (push) Failing after 11s
Build and Test / build (18.x) (push) Failing after 9s
Build and Test / build (20.x) (push) Failing after 9s

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:
2026-03-17 10:53:08 -04:00
parent e6f95bc165
commit a92c42829c
2 changed files with 6613 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build outputs

6613
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff