mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
⬆️ update theme version
This commit is contained in:
parent
b4e49d8b8d
commit
c037c7a196
@ -9,14 +9,12 @@
|
|||||||
"build": "yarn workspace nonebot build",
|
"build": "yarn workspace nonebot build",
|
||||||
"build:plugin": "cross-env BASE_URL='/docs/' yarn workspace nonebot build",
|
"build:plugin": "cross-env BASE_URL='/docs/' yarn workspace nonebot build",
|
||||||
"start": "yarn workspace nonebot start",
|
"start": "yarn workspace nonebot start",
|
||||||
|
"serve": "yarn workspace nonebot serve",
|
||||||
"clear": "yarn workspace nonebot clear",
|
"clear": "yarn workspace nonebot clear",
|
||||||
"prettier": "prettier --config ./.prettierrc --write \"./website/**/*.md\""
|
"prettier": "prettier --config ./.prettierrc --write \"./website/**/*.md\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"prettier": "^2.5.0"
|
"prettier": "^2.5.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"docusaurus-preset-nonepress": "0.0.0-108"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user