Commit 161cafae authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Dev SSR server build npm task

1 merge request!766WIP: Local infrastructure provisioner (front)
Pipeline #116934840 failed with stages
in 27 minutes and 7 seconds
......@@ -23,6 +23,7 @@
"serve:ssr": "node dist/server",
"build:ssr": "npm run build:client-and-server-bundles && npm run compile:server",
"build:client-and-server-bundles": "npm run build && ng run minds:server:production",
"build:ssr:dev": "ng run minds:server:production && npm run compile:server",
"bundle-report": "webpack-bundle-analyzer dist/en/stats.json"
},
"private": true,
......
Please register or to comment