[ISSUE #30]Fix Windows System yarn build fail (#35)

This commit is contained in:
StyleTang
2021-10-31 11:54:37 +08:00
parent a2234f8517
commit d73d9b2793

View File

@@ -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"
},