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"