diff --git a/package.json b/package.json index 9c911c05cef98e7b4fda63507bdada6d108461f2..b1a288ff25981160f93164621cb2779f9849c099 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build --no-warnings", "test": "react-scripts test", "eject": "react-scripts eject" },