mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-07-10 00:56:09 +08:00
feat: 移除ci脚本,本地启动使用pnpm dev命令
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"clean": "npx fa clean --ignore-tips --dist --vite --all",
|
||||
"lint": "npx fa lint",
|
||||
"lint:fix": "npx fa lint --fix",
|
||||
"dev": "npx vuepress dev docs",
|
||||
"dev": "pnpm build:mark-map && npx vuepress dev docs",
|
||||
"build": "npx vuepress build docs --clean-temp --clean-cache",
|
||||
"build:proxy": "NEED_PROXY=true npx vuepress build docs --clean-temp --clean-cache",
|
||||
"build:mark-map": "./scripts/mark-map",
|
||||
|
||||
Reference in New Issue
Block a user