Clear node_modules in drone

This commit is contained in:
philipp lang 2024-07-18 01:41:12 +02:00
parent 8f7edadb99
commit 89a8feb278
1 changed files with 1 additions and 1 deletions

View File

@ -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