add script for micro app

This commit is contained in:
prafullnavkar-nxg
2023-10-27 22:26:43 +05:30
parent 8eec662f5c
commit f417ed5991
+2 -1
View File
@@ -41,7 +41,8 @@
},
"scripts": {
"start": "mf-cra start",
"build": "CI=false && mf-cra build",
"build": "npm run micro && CI=false && mf-cra build",
"micro":"CI=false && cd ../../microfrontends/SignDocuments && npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"release": "standard-version",