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