From f0d270f2b672aba958ab3284371560c98ae4d615 Mon Sep 17 00:00:00 2001 From: CryptoTitan Date: Thu, 25 Jan 2024 20:07:46 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f2823d..a7204d0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "scripts": { "start": "craco start", - "build": "craco build", + "build": "CI=false && craco build", "test": "craco test", "eject": "craco eject" },