Added further build scripts

This commit is contained in:
Jim Martens 2023-08-12 17:19:57 +02:00
parent 40639f90ed
commit 32b342090b
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:stats": "ng build -c development --stats-json",
"build:development": "ng build -c development",
"build:development:stats": "ng build -c development --stats-json",
"build:production": "ng build -c production",
"build:production:sourcemap": "ng build -c productionDebug",
"build:production:stats": "ng build -c production --stats-json",
"analyze": "webpack-bundle-analyzer dist/wahlrecht-frontend/de/stats.json",
"watch": "ng build --watch --configuration development",