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