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 17
17
"scripts" : {
18
18
"preinstall" : " chmod +x ./scripts/*" ,
19
19
"prepare" : " husky install" ,
20
+ "clean" : " npx fa clean --ignore-tips --dist --vite --all" ,
20
21
"dev" : " vuepress dev docs" ,
21
22
"build" : " vuepress build docs --clean-temp --clean-cache" ,
22
23
"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"
25
25
},
26
26
"scripts-info" : {
27
27
"preinstall" : " 在安装依赖前分配脚本权限" ,
33
33
},
34
34
"devDependencies" : {
35
35
"@142vip/common" : " ^0.0.1-alpha.5" ,
36
+ "@142vip/fairy-cli" : " ^0.0.3-alpha.10" ,
36
37
"@142vip/release-version" : " ^0.0.1-alpha.4" ,
37
38
"@antfu/eslint-config" : " ^2.24.0" ,
38
39
"@commitlint/cli" : " ^18.6.1" ,
You can’t perform that action at this time.
0 commit comments