From 76575986c4b3913102c8c01df389e4308c7bc18b Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 10 Jan 2018 13:11:19 +0100 Subject: [PATCH] Fixed drone frontend build config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ed73748..7cd7156 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ pipeline: commands: - cd frontend/ - npm install - - npm run build --report + - npm run build when: event: [ push, tag, pull_request ]