dev #5
+2
-1
@@ -7,8 +7,9 @@ steps:
|
||||
image: *node_image
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
CI: true
|
||||
commands:
|
||||
- npm ci --cache /tmp/npm-cache --prefer-offline
|
||||
- npm ci --cache /tmp/npm-cache --prefer-offline --legacy-peer-deps
|
||||
volumes:
|
||||
- /tmp/npm-cache:/root/.npm
|
||||
- /tmp/node-modules-cache:/woodpecker/src/node_modules
|
||||
|
||||
Reference in New Issue
Block a user