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:
yachi 2025-10-19 18:57:41 +01:00
parent 6c1ef5464f
commit 7e06f3c868

View File

@ -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