From 28c638d0350843208e49ae7c72952defe58694a5 Mon Sep 17 00:00:00 2001 From: Oleg Sinelnikov Date: Wed, 11 Sep 2024 23:39:02 +0300 Subject: [PATCH] Fix for CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39d7e7ba..82a2ea2a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI=false && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "clean": "rm -rf ./build"