From 94a66f5cf92f09e9b3667dc288ad3aaa851730f3 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 10 Jan 2018 12:32:53 +0100 Subject: [PATCH] Added more detailed output to drone frontend build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b1da29e..e1791fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ pipeline: commands: - cd frontend/ - npm install - - npm run build + - npm run build --report when: event: [ push, tag, pull_request ]