fix ci script
This commit is contained in:
@ -14,6 +14,7 @@ build:
|
|||||||
- linux
|
- linux
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
|
- cd hv-ui
|
||||||
- npm install
|
- npm install
|
||||||
- ng build --prod
|
- ng build --prod
|
||||||
|
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user