From b2409d3d3e9f72bb9554849c3d56f2a19297e86b Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 30 Oct 2019 21:44:24 +0100 Subject: [PATCH] Fixed drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c3debaa..3568d03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: commands: - cd themes/vikunja - yarn --production=false - - ./node_module/.bin/gulp + - ./node_modules/.bin/gulp - name: build image: monachus/hugo