From 3400b333ca64e7ed012816a23f594f70aebc95c9 Mon Sep 17 00:00:00 2001 From: ksraj123 Date: Mon, 6 Jul 2020 20:36:23 +0530 Subject: [PATCH] netlify failing builds solved --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92342149..b9bd23ed 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "proxy": "http://localhost:5000", "scripts": { "start": "react-scripts start", - "build": "react-scripts build && ./build.sh", + "build": "CI=false && react-scripts build && ./build.sh", "test": "react-scripts test", "eject": "react-scripts eject" },