File tree Expand file tree Collapse file tree 2 files changed +583
-2
lines changed
Expand file tree Collapse file tree 2 files changed +583
-2
lines changed Original file line number Diff line number Diff line change 1717 "scripts" : {
1818 "preinstall" : " chmod +x ./scripts/*" ,
1919 "prepare" : " husky install" ,
20+ "clean" : " npx fa clean --ignore-tips --dist --vite --all" ,
2021 "dev" : " vuepress dev docs" ,
2122 "build" : " vuepress build docs --clean-temp --clean-cache" ,
2223 "build:proxy" : " PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache" ,
23- "deploy:vercel" : " vercel --prod" ,
24- "clean" : " find . -name \" node_modules\" -type d -exec rm -rf '{}' + "
24+ "deploy:vercel" : " vercel --prod"
2525 },
2626 "scripts-info" : {
2727 "preinstall" : " 在安装依赖前分配脚本权限" ,
3333 },
3434 "devDependencies" : {
3535 "@142vip/common" : " ^0.0.1-alpha.5" ,
36+ "@142vip/fairy-cli" : " ^0.0.3-alpha.10" ,
3637 "@142vip/release-version" : " ^0.0.1-alpha.4" ,
3738 "@antfu/eslint-config" : " ^2.24.0" ,
3839 "@commitlint/cli" : " ^18.6.1" ,
You can’t perform that action at this time.
0 commit comments