fix: add package-lock.json to repository for npm ci
- 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:
parent
1c462af51b
commit
267b01162f
2 changed files with 2510 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,7 +5,6 @@ resources/_gen/
|
|||
|
||||
# Node.js / NPM
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# Test outputs
|
||||
tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue