fix: Keep package-lock.json for Docker npm ci
npm ci requires package-lock.json to install exact dependency versions.
This commit is contained in:
parent
6c1ef5464f
commit
7e06f3c868
@ -60,7 +60,6 @@ temp/
|
||||
.eslintrc*
|
||||
jest.config.*
|
||||
|
||||
# Package manager files
|
||||
package-lock.json
|
||||
# Package manager files (keep package-lock.json for npm ci)
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user