Fixed drone frontend build config
the build was successful Details

This commit is contained in:
konrad 2018-01-10 13:11:19 +01:00 committed by kolaente
parent 16db643cef
commit 76575986c4
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 --report
- npm run build
when:
event: [ push, tag, pull_request ]