chore: update theme related code

This commit is contained in:
JustSong
2024-01-01 20:25:53 +08:00
parent 83f95935de
commit 0c022f17cb
3 changed files with 4 additions and 8 deletions

View File

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