dev #5
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user