change build scripts to run microfrontend properly

This commit is contained in:
prafull-opensignlabs
2023-11-03 19:53:12 +05:30
parent 1a5f1dfa29
commit a64e4d943a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
},
"scripts": {
"start": "mf-cra start",
"build": "rm -rf public/mfbuild/* && npm run micro && CI=false && mf-cra 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",
"eject": "react-scripts eject",