Fixed drone node js build step
the build failed Details

This commit is contained in:
konrad 2017-11-08 22:00:05 +01:00 committed by kolaente
parent 8b74eb2e54
commit 86b2367991
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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