From 73d42ec3387af9035d982c90b6a94a6f61e128f1 Mon Sep 17 00:00:00 2001 From: maxachis Date: Mon, 5 Feb 2024 16:43:25 -0500 Subject: [PATCH] set CI=False during build. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a243207..8973a67 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build --config webpack.config.js", + "build": "CI=false && react-scripts build --config webpack.config.js", "test": "react-scripts test", "eject": "react-scripts eject", "predeploy": "npm run build",