File tree 2 files changed +373
-610
lines changed
2 files changed +373
-610
lines changed Original file line number Diff line number Diff line change 23
23
"lint:fix" : " npx fa lint --fix" ,
24
24
"dev" : " npx vuepress dev docs" ,
25
25
"build" : " npx vuepress build docs --clean-temp --clean-cache" ,
26
- "build:proxy" : " NEED_PROXY=true vuepress build docs --clean-temp --clean-cache" ,
26
+ "build:proxy" : " NEED_PROXY=true npx vuepress build docs --clean-temp --clean-cache" ,
27
27
"release" : " npx fa release --vip"
28
28
},
29
29
"devDependencies" : {
30
30
"@142vip/eslint-config" : " 0.0.1-alpha.3" ,
31
31
"@142vip/fairy-cli" : " 0.0.3-alpha.21" ,
32
32
"@142vip/utils" : " 0.0.1-alpha.31" ,
33
33
"@142vip/vuepress" : " 0.0.1-alpha.11" ,
34
- "@vuepress/bundler-vite" : " 2.0.0-rc.19 " ,
34
+ "@vuepress/bundler-vite" : " 2.0.0-rc.20 " ,
35
35
"only-allow" : " 1.2.1" ,
36
36
"simple-git-hooks" : " 2.11.1" ,
37
- "vuepress" : " 2.0.0-rc.19 "
37
+ "vuepress" : " 2.0.0-rc.20 "
38
38
},
39
39
"simple-git-hooks" : {
40
40
"pre-commit" : " pnpm lint" ,
You can’t perform that action at this time.
0 commit comments