mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-03 02:23:38 +08:00
feat: 引入@142vip/fairy-cli模块,简化clean、lint命令 (#98)
* fix: 修复`CD`流水线权限异常 * feat: 引入`@142vip/fairy-cli`模块,简化`clean`、`lint`命令 --------- Co-authored-by: 142vip.cn <fairy@2925.com>
This commit is contained in:
@@ -17,14 +17,17 @@
|
||||
"preinstall": "chmod +x ./scripts/*",
|
||||
"postinstall": "pnpm build:mark-map",
|
||||
"prepare": "husky install",
|
||||
"clean": "npx fa clean --ignore-tips --dist --vite --all",
|
||||
"lint": "npx fa lint",
|
||||
"lint:fix": "npx fa lint --fix",
|
||||
"dev": "vuepress dev docs",
|
||||
"build": "vuepress build docs",
|
||||
"build:proxy": "./scripts/bundle build_proxy",
|
||||
"build:mark-map": "./scripts/mark-map",
|
||||
"deploy:vercel": "vercel --prod",
|
||||
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + "
|
||||
"deploy:vercel": "vercel --prod"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@142vip/fairy-cli": "0.0.3-alpha.11",
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
|
||||
14964
pnpm-lock.yaml
generated
14964
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user