Skip to content

Commit f227b79

Browse files
change prod and dev command
1 parent 1e76cf5 commit f227b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/OpenSign/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"web-vitals": "^2.1.4"
4141
},
4242
"scripts": {
43-
"start": "mf-cra start",
44-
"start-prod": "serve -s build",
43+
"start": "serve -s build",
44+
"start-dev": "mf-cra start",
4545
"build": "rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
4646
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
4747
"test": "react-scripts test",

0 commit comments

Comments
 (0)