Fix build scripts

This commit is contained in:
Fabian Stamm
2020-03-09 18:46:41 +01:00
parent 180f00dd22
commit aab3cb76b9
7 changed files with 419 additions and 233 deletions

View File

@ -7,7 +7,6 @@ steps:
image: node:12
commands:
- npm install
- cd views && npm install && cd ..
- npm run build
- name: Publish to docker
image: plugins/docker