Merge pull request #20 from prafullnavkar-nxg/main

handle gtm using env and change start
This commit is contained in:
Amol
2023-10-26 19:33:56 +05:30
committed by GitHub
3 changed files with 523 additions and 8 deletions
+3 -1
View File
@@ -35,11 +35,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": "serve -s build",
"start-dev": "mf-cra start",
"build": "CI=false && mf-cra build",
"test": "react-scripts test",
"eject": "react-scripts eject",