This commit is contained in:
Ben Wilson 2023-08-08 22:34:48 -04:00
parent 6e644b03fa
commit 63b64005e9

@ -6,7 +6,7 @@
"start": "ng serve --proxy-config proxy.config.local.json ",
"start:prod": "ng serve --proxy-config proxy.config.prod.json ",
"build": "ng build --configuration=production && gzipper compress --gzip --brotli ./dist/public-pool-ui/",
"build:github": "ng build --configuration=production",
"build:github": "ng build --configuration=production && echo \"web.public-pool.io\" > dist/CNAME",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"bundle-report": "ng build --configuration=production --source-map=true --named-chunks=true --stats-json && webpack-bundle-analyzer dist/public-pool-ui/stats.json"