From 384da476a6ca95c8e049f2c85c544ccacfbc8f5a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 23 Jun 2025 16:20:55 -0400 Subject: [PATCH] Hide real build for now --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 06fc1ed..a8d64bf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ }, "scripts": { "start": "react-scripts start -e .env.development", - "build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", + "build": "react-scripts start -e .env.development", + "build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", "test": "react-scripts test", "eject": "react-scripts eject" },