Skip to content

Commit b879ebd

Browse files
committed
fix: add package-lock.json to git for CI builds
Remove package-lock.json from .gitignore to ensure npm ci works correctly in Docker builds and CI environments.
1 parent f587483 commit b879ebd

2 files changed

Lines changed: 5619 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# 依赖目录
22
node_modules/
3-
package-lock.json
43
pnpm-lock.yaml
54
yarn.lock
65

0 commit comments

Comments
 (0)