We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64e4d9 commit 86a4ee7Copy full SHA for 86a4ee7
apps/OpenSign/package.json
@@ -41,6 +41,7 @@
41
},
42
"scripts": {
43
"start": "mf-cra start",
44
+ "start-prod": "serve -s build",
45
"build": "rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
46
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
47
"test": "react-scripts test",
0 commit comments