Skip to content

Commit 86a4ee7

Browse files
add start-prod to run production build
1 parent a64e4d9 commit 86a4ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/OpenSign/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"scripts": {
4343
"start": "mf-cra start",
44+
"start-prod": "serve -s build",
4445
"build": "rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
4546
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
4647
"test": "react-scripts test",

0 commit comments

Comments
 (0)