Fixed frontend build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2022-09-18 15:24:22 +02:00
parent 8c45ff5ac4
commit e435628690
6 changed files with 14551 additions and 3973 deletions

View File

@@ -4,8 +4,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod --build-optimizer",
"watch": "ng build --watch --configuration development",
"build": "ng build --configuration production --build-optimizer",
"watch": "ng build --configuration development --watch",
"test": "ng test",
"lint": "ng lint",
"compodoc": "npx compodoc -p tsconfig.doc.json"