diff --git a/package.json b/package.json index 25933f1..23f4f7a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "scripts": { "start": "react-scripts start", "start:vite": "vite", - "build": "react-scripts build", + "build": "CI=false && react-scripts build", "build:vite": "tsc && vite build", "preview:vite": "vite preview", "test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!axios)/\"",