From 5a47471723155da3dbfbb452c8204a91664a4aff Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Sun, 4 May 2025 12:17:09 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8fec0..972174c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI='' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },