From e0acfe9f9ec41fb86a4c83a11290450cefd038f9 Mon Sep 17 00:00:00 2001 From: "Kayashov.SM" Date: Sat, 26 Apr 2025 01:33:05 +0400 Subject: [PATCH] ci/cd 4 --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index 1034a42..27949b9 100644 --- a/front/package.json +++ b/front/package.json @@ -41,7 +41,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI=false && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },