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"