change micro script

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