diff --git a/frontend/package.json b/frontend/package.json index 2943f5d..03720fa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "proxy": "http://localhost:8080", "scripts": { "start": "react-scripts start", - "build": "react-scripts build && mv build/index.html build/app.html", + "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },