From 5374cfdfdbac2a258b2384af39b34ca475de56c5 Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Sat, 23 Oct 2021 14:38:26 -0400 Subject: [PATCH] fix(framework-angular): updates deprecated build command --- src/frameworks/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {},