From fb5efca1708239e2c596de2e2451a84acd209f4b Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Mon, 8 Sep 2025 19:23:46 +0200 Subject: [PATCH] fix build as prod --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dd97cdb..54803504 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --configuration=production" , "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint",