#22 Adapted frontend to be wrapped into a webjar

This commit is contained in:
fabio.formosa
2021-01-30 15:20:30 +01:00
parent d374be5eee
commit 382fe244c5
9 changed files with 57 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"build": "ng build --prod",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e"