This commit is contained in:
Ben Wilson 2023-06-21 13:48:07 -04:00
parent 86644cdb00
commit 50a48c5dae

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 --env=prod --base-href /public-pool-ui/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},