From 5a6d0874e93aaa756634e11f6c19454e6f545205 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 30 Dec 2024 17:27:21 +0000 Subject: [PATCH] add prod build config --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 12e671c..2a139ec 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "build_prod": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test", "serve:ssr:origin-dex": "node dist/origin-dex/server/server.mjs"