Skip to content

Commit

Permalink
feat: 使用@142vip/fairy-cli模块,优化clean命令
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Sep 18, 2024
1 parent 712d60c commit 2027b1a
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"scripts": {
"preinstall": "chmod +x ./scripts/*",
"prepare": "husky install",
"clean": "npx fa clean --ignore-tips --dist --vite --all",
"dev": "vuepress dev docs",
"build": "vuepress build docs --clean-temp --clean-cache",
"build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache",
"deploy:vercel": "vercel --prod",
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + "
"deploy:vercel": "vercel --prod"
},
"scripts-info": {
"preinstall": "在安装依赖前分配脚本权限",
Expand All @@ -33,6 +33,7 @@
},
"devDependencies": {
"@142vip/common": "^0.0.1-alpha.5",
"@142vip/fairy-cli": "^0.0.3-alpha.10",
"@142vip/release-version": "^0.0.1-alpha.4",
"@antfu/eslint-config": "^2.24.0",
"@commitlint/cli": "^18.6.1",
Expand Down
Loading

0 comments on commit 2027b1a

Please sign in to comment.