reverted start command

This commit is contained in:
prafullnavkar-nxg
2023-10-26 17:38:29 +05:30
parent bb72ace843
commit 242fd80cd2
+1 -3
View File
@@ -34,13 +34,11 @@
"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-dev": "mf-cra start",
"start": "serve -s build",
"start": "mf-cra start",
"build": "CI=false && mf-cra build",
"test": "react-scripts test",
"eject": "react-scripts eject",