🐛 fix build and ci bug

This commit is contained in:
yanyongyu
2021-12-02 14:03:06 +08:00
parent 7d8a60b033
commit dcb6f69f21
7 changed files with 134 additions and 21 deletions

View File

@ -9,9 +9,11 @@
"build": "yarn workspace nonebot build",
"build:plugin": "cross-env BASE_URL='/docs/' yarn workspace nonebot build",
"start": "yarn workspace nonebot start",
"clear": "yarn workspace nonebot clear",
"prettier": "prettier --config ./.prettierrc --write \"./website/**/*.md\""
},
"devDependencies": {
"cross-env": "^7.0.3",
"prettier": "^2.5.0"
},
"dependencies": {