Added more detailed output to drone frontend build

This commit is contained in:
konrad 2018-01-10 12:32:53 +01:00 committed by kolaente
parent 95c79fe36b
commit 94a66f5cf9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ pipeline:
commands:
- cd frontend/
- npm install
- npm run build
- npm run build --report
when:
event: [ push, tag, pull_request ]