Fix drone

This commit is contained in:
philipp lang 2024-01-01 23:14:45 +01:00
parent 2a2cbd196d
commit ed8e7b045d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ steps:
- name: node
image: node:18.13.0-slim
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
image: zoomyboy/adrema-base:latest