From 9739a8139f6f94f2fbda8457e05cde69f801ed6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AAYaniv=20Weinshtein=E2=80=AC=E2=80=8F?= <97472180+YanivWein24@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:38:32 +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 10cae19..7280e2d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build CI=false", "test": "react-scripts test", "eject": "react-scripts eject", "prettier": "prettier --check .",