From 37acfb5d06e942c8b48114246ee3bd14c27dacc2 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Mon, 14 Jul 2025 18:59:27 +0000 Subject: [PATCH] fix: UPDATED package.json --- Web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/package.json b/Web/package.json index 9d529a0..1665fb2 100644 --- a/Web/package.json +++ b/Web/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", - "build": "ng build", + "build": "ng build --configuration=production", "watch": "ng build --watch --configuration development", "test": "ng test" },