Merge pull request #43 from prafullnavkar-nxg/main

add script for micro app
This commit is contained in:
Amol
2023-10-27 22:27:46 +05:30
committed by GitHub
+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",