From 7ee05e0532a5919d1d32922a495c942ebca8fecf Mon Sep 17 00:00:00 2001 From: nsavinda Date: Wed, 3 Jan 2024 07:15:54 +0530 Subject: [PATCH] CI false --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8cb5321..7874196 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI=false react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },