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
- docker
script:
- cd hv-ui
- npm install
- ng build --prod

View File

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