Updated package.json with build:prod script
Some checks failed
gitea/video-server-frontend/pipeline/head There was a failure building this commit

This commit is contained in:
Jose134 2024-08-11 02:59:27 +02:00
parent 4b0ef54301
commit 69cdcefc1c

View File

@ -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"
}, },