mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
🐛 fix doc plugin build fail
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user