diff --git a/src/frameworks/angular.json b/src/frameworks/angular.json index 5cbfbaf0..bb3a4059 100644 --- a/src/frameworks/angular.json +++ b/src/frameworks/angular.json @@ -13,7 +13,7 @@ "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }] }, "build": { - "command": "ng build --prod", + "command": "ng build --configuration production", "directory": "dist/" }, "env": {},