From 2c0596dd1ca81f1a95c3d044d49dcfcb437f8f86 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 21 Apr 2021 21:46:38 +0200 Subject: [PATCH] Fix packaging command --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1c409e6..595e4dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,8 @@ steps: image: kolaente/zip pull: true commands: - - zip -r vikunja-theme.zip archetypes/ layouts/ static/ theme.toml + - rm -rf node_modules + - zip -r vikunja-theme.zip * depends_on: [ build ] - name: release