diff --git a/front/package.json b/front/package.json index 1034a42..27949b9 100644 --- a/front/package.json +++ b/front/package.json @@ -41,7 +41,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "CI=false && react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },