From b688cb29e64ffdbc9d306cf159e2692e289b0fdb Mon Sep 17 00:00:00 2001 From: mukeshs Date: Fri, 17 Oct 2025 12:09:15 +0530 Subject: [PATCH] Docker buid issue --- fuse-starter-v20.0.0/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse-starter-v20.0.0/package.json b/fuse-starter-v20.0.0/package.json index e8537d1..5c395f2 100644 --- a/fuse-starter-v20.0.0/package.json +++ b/fuse-starter-v20.0.0/package.json @@ -8,7 +8,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test" },