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