#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": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --prod",
"build": "ng build --configuration production",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e"