Updated package.json with build:prod script
Some checks failed
gitea/video-server-frontend/pipeline/head There was a failure building this commit
Some checks failed
gitea/video-server-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4b0ef54301
commit
69cdcefc1c
@ -5,6 +5,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
"build:prod": "ng build --configuration=production",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test"
|
"test": "ng test"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user