From 0bc7c777c8124c9326c77603448cc8293c2c293c Mon Sep 17 00:00:00 2001 From: HenryNg101 Date: Mon, 27 Nov 2023 22:46:25 +1030 Subject: [PATCH] Change build script and make the production to not generate source code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12b4c95..03cc84f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build && echo 'acpc.io' > build/CNAME", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },