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 1e76cf5 commit f227b79Copy full SHA for f227b79
apps/OpenSign/package.json
@@ -40,8 +40,8 @@
40
"web-vitals": "^2.1.4"
41
},
42
"scripts": {
43
- "start": "mf-cra start",
44
- "start-prod": "serve -s build",
+ "start": "serve -s build",
+ "start-dev": "mf-cra start",
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