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"