change start command to serve build

This commit is contained in:
prafullnavkar-nxg
2023-10-26 17:10:47 +05:30
parent e706a3d64f
commit bb72ace843
2 changed files with 517 additions and 3 deletions
+3 -1
View File
@@ -34,11 +34,13 @@
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"rjsf-conditionals": "github:prafullnavkar-nxg/rjsf-conditionals",
"serve": "^14.2.1",
"styled-components": "^4.4.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "mf-cra start",
"start-dev": "mf-cra start",
"start": "serve -s build",
"build": "CI=false && mf-cra build",
"test": "react-scripts test",
"eject": "react-scripts eject",