update package.json

This commit is contained in:
felinae98
2021-10-07 21:18:53 +08:00
parent d8b612231e
commit 52a4691f15
+1 -1
View File
@@ -25,7 +25,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && mv -f build ../src/plugins/nonebot_hk_reporter/admin_page/dist",
"build": "react-scripts build && cp -r -f build/* ../src/plugins/nonebot_hk_reporter/admin_page/dist",
"test": "react-scripts test",
"eject": "react-scripts eject"
},