add start-prod to run production build

This commit is contained in:
prafull-opensignlabs
2023-11-03 19:59:37 +05:30
parent a64e4d943a
commit 86a4ee7f56
+1
View File
@@ -41,6 +41,7 @@
},
"scripts": {
"start": "mf-cra start",
"start-prod": "serve -s build",
"build": "rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
"test": "react-scripts test",