Change build command

This commit is contained in:
Administrator 2022-05-08 12:09:31 +02:00
parent 6284409753
commit e2f0fd635c

View File

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --prod --build-optimizer",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",