diff --git a/.drone.yml b/.drone.yml index a664428e..37e18e05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: - name: node image: node:20.15.0-slim commands: - - npm ci && cd packages/adrema-form && npm ci && npm run build && cd ../../ && npm run img && npm run prod && rm -R node_modules + - npm ci && cd packages/adrema-form && npm ci && npm run build && rm -R node_modules && cd ../../ && npm run img && npm run prod && rm -R node_modules - name: tests image: zoomyboy/adrema-base:latest