--configuration=production

This commit is contained in:
Ben Wilson
2023-06-21 13:55:55 -04:00
parent 6d4e30ddee
commit b672a5092b

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.local.json ",
"build": "ng build --base-href /public-pool-ui/",
"build": "ng build --configuration=production --base-href /public-pool-ui/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},