diff --git a/package.json b/package.json index 797328c..a2e1d5f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "CI='' react-scripts build && echo '/* /index.html 200' | cat >build/_redirects", + "build": "CI='' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },