From 455b6677fa52e12f7daa0a2d69b2345206a44dad Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 17 Nov 2025 07:21:14 -0500 Subject: [PATCH] -e .env.production --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 349e7c0..21ba7fb 100644 --- a/package.json +++ b/package.json @@ -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"