🐛 fix doc plugin build fail

This commit is contained in:
yanyongyu
2022-01-08 19:36:19 +08:00
parent 304118c98e
commit 95415659ce
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"scripts": {
"archive": "yarn workspace nonebot docusaurus docs:version",
"build": "yarn workspace nonebot build",
"build:plugin": "cross-env BASE_URL='/docs/' yarn workspace nonebot build",
"build:plugin": "cross-env BASE_URL='/website/' yarn workspace nonebot build",
"start": "yarn workspace nonebot start",
"serve": "yarn workspace nonebot serve",
"clear": "yarn workspace nonebot clear",