From d14f3339911b2b7cb56abc44354ab9e8b94ea59e Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Thu, 31 Jul 2025 15:55:21 -0500 Subject: [PATCH] build.prod --- bizmatch/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bizmatch/package.json b/bizmatch/package.json index e852b86..2c07429 100644 --- a/bizmatch/package.json +++ b/bizmatch/package.json @@ -7,6 +7,7 @@ "prebuild": "node version.js", "build": "node version.js && ng build", "build.dev": "node version.js && ng build --configuration dev --output-hashing=all", + "build.prod": "node version.js && ng build --configuration prod --output-hashing=all", "watch": "ng build --watch --configuration development", "test": "ng test", "serve:ssr:bizmatch": "node dist/bizmatch/server/server.mjs"