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" },