fix ci script

This commit is contained in:
2021-01-19 10:42:10 +01:00
parent 94ccf28d62
commit f0aafd45f1
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ build:
- linux - linux
- docker - docker
script: script:
- cd hv-ui
- npm install - npm install
- ng build --prod - ng build --prod

View File

@ -5,6 +5,7 @@
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"buildprod": "ng build --prod",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"