-e .env.production

This commit is contained in:
CHIEFSOFT\ameye
2025-11-17 07:21:14 -05:00
parent 447f15f7d9
commit 455b6677fa
+1 -1
View File
@@ -22,7 +22,7 @@
},
"scripts": {
"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",
"test": "react-scripts test",
"eject": "react-scripts eject"