From 703084dbc1713275fbfdc363c202c65ae2196d58 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Mon, 1 Jan 2024 22:48:35 +0100 Subject: [PATCH] update submodules --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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