Fix build command in package.json

This commit is contained in:
‘Liu 2024-01-10 15:35:23 +08:00
parent ea439abfda
commit 540699ca74

View File

@ -40,7 +40,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && move build ../build/berry",
"build": "react-scripts build && mv -f build ../build/berry",
"test": "react-scripts test",
"eject": "react-scripts eject"
},