fix: add package-lock.json to repository for npm ci
Some checks failed
ci / build (push) Failing after 1m0s

- Remove package-lock.json from .gitignore
- Add package-lock.json to repository (required for npm ci in Docker build)
- npm ci requires package-lock.json to ensure reproducible builds
This commit is contained in:
Stephan Lo 2025-10-23 17:20:12 +02:00
parent 1c462af51b
commit 267b01162f
2 changed files with 2510 additions and 1 deletions

1
.gitignore vendored
View file

@ -5,7 +5,6 @@ resources/_gen/
# Node.js / NPM
node_modules/
package-lock.json
# Test outputs
tmp/

2510
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff