From 375aaf71d32b6f3a98f5547fdcd3ed74d5ed6da2 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Sat, 10 Dec 2022 13:25:14 +0100 Subject: [PATCH] #80 fixed the build command as angular v14 --- quartz-manager-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz-manager-frontend/package.json b/quartz-manager-frontend/package.json index 4201fc6..daa6c5a 100644 --- a/quartz-manager-frontend/package.json +++ b/quartz-manager-frontend/package.json @@ -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"