From b3131637ab5476cfe1fbfd92453af6c227f39910 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 31 Oct 2024 16:03:30 +0100 Subject: [PATCH] chore: npm-Build-Skript aktualisiert --- .../ClientApp/user_manager_ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json b/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json index 0aa830d..cafb5fc 100644 --- a/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json +++ b/DigitalData.UserManager.API/ClientApp/user_manager_ui/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --ssl -o", - "build": "ng build", + "build": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test", "serve:ssr:user_manager_ui": "node dist/user_manager_ui/server/server.mjs"