#80 fixed the build command as angular v14

This commit is contained in:
Fabio Formosa
2022-12-10 13:25:14 +01:00
parent b752af948d
commit 375aaf71d3

View File

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