Update package.json

This commit is contained in:
prafull-opensignlabs
2024-02-22 20:05:47 +05:30
committed by GitHub
parent 9dbde43a44
commit 11ab37baf1
+1 -1
View File
@@ -42,7 +42,7 @@
"build": "npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
"docker-build": "npm run version && rm -rf public/mfbuild && npm run docker-micro && CI=false && mf-cra build",
"docker-micro": "cd ./microfrontends/SignDocuments && npm install && npm run build",
"docker-micro": "cd ./SignDocuments && npm install && npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"release": "standard-version",