Fix drone
This commit is contained in:
parent
2a2cbd196d
commit
ed8e7b045d
|
@ -24,7 +24,7 @@ steps:
|
||||||
- name: node
|
- name: node
|
||||||
image: node:18.13.0-slim
|
image: node:18.13.0-slim
|
||||||
commands:
|
commands:
|
||||||
- cd packages/adrema-plugin && npm ci && npm run build && cd ../../ && npm ci && npm run img && npm run prod && rm -R node_modules
|
- npm ci && cd packages/adrema-plugin && npm ci && npm run build && cd ../../ && npm run img && npm run prod && rm -R node_modules
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
image: zoomyboy/adrema-base:latest
|
image: zoomyboy/adrema-base:latest
|
||||||
|
|
Loading…
Reference in New Issue