From ed8e7b045ddebf7bddc02334435afe14ccc22e4a Mon Sep 17 00:00:00 2001 From: philipp lang Date: Mon, 1 Jan 2024 23:14:45 +0100 Subject: [PATCH] Fix drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 69a4c075..7a0edb05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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