fix: 使用 npm install 替代 npm ci
ci/woodpecker/push/woodpecker Pipeline failed

- 避免 Woodpecker CI 自动修改 npm ci 参数
- 确保开发依赖正确安装
- 修复 unit-tests 步骤失败问题
This commit is contained in:
张翔
2026-03-29 08:26:16 +08:00
parent 02d07221d4
commit 008029ad81
+1 -1
View File
@@ -108,7 +108,7 @@ steps:
NODE_ENV: test
CI: true
commands:
- npm ci --include=dev
- npm install
- npm run test:coverage:check
volumes:
- /tmp/npm-cache:/root/.npm