From 86b2367991cd21774cdc4e33d4016eeb22020dfe Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 8 Nov 2017 22:00:05 +0100 Subject: [PATCH] Fixed drone node js build step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ddf6012..05c7e6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ pipeline: commands: - cd assets/ - npm install - - npm build + - npm run build when: event: [ push, tag, pull_request ]