-e .env.production
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts start",
|
"build": "react-scripts start -e .env.production",
|
||||||
"build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
|
"build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
|
|||||||
Reference in New Issue
Block a user