diff --git a/.drone.yml b/.drone.yml index 21c7f89b..5dfd5cf6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: - name: node image: node:17.9.0-slim commands: - - npm ci && npm run img && npm run prod && rm -R node_modules + - cd packages/adrema-plugin && npm ci && npm run build && cd ../../ && npm ci && npm run img && npm run prod && rm -R node_modules - name: tests image: zoomyboy/adrema-base:latest