build real for debug

This commit is contained in:
CHIEFSOFT\ameye
2025-11-17 07:10:25 -05:00
parent 04b7c5c4ff
commit 447f15f7d9
2 changed files with 16 additions and 14 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
"build": "react-scripts start",
"build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
"test": "react-scripts test",
"eject": "react-scripts eject"
},