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" },