dev #5

Merged
zhangxiang merged 159 commits from dev into main 2026-04-12 17:39:08 +08:00
Showing only changes of commit b33ceaf017 - Show all commits
+2 -1
View File
@@ -8,8 +8,9 @@ steps:
environment:
NODE_ENV: development
CI: true
npm_config_registry: https://registry.npmmirror.com
commands:
- npm ci --cache /tmp/npm-cache --prefer-offline --legacy-peer-deps
- npm ci --cache /tmp/npm-cache --prefer-offline --legacy-peer-deps || npm ci --cache /tmp/npm-cache --legacy-peer-deps
volumes:
- /tmp/npm-cache:/root/.npm
- /tmp/node-modules-cache:/woodpecker/src/node_modules