Skip to content

Commit 4a7def8

Browse files
committed
feat: 配置release命令,升级@142vip/fairy-cli模块,打通整个发布工作流
1 parent 89f3173 commit 4a7def8

File tree

3 files changed

+1165
-1222
lines changed

3 files changed

+1165
-1222
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
"lint:fix": "npx fa lint --fix",
2424
"build": "vuepress build docs --clean-temp --clean-cache",
2525
"build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache",
26-
"deploy:vercel": "vercel --prod"
26+
"deploy:vercel": "vercel --prod",
27+
"release": "npx fa release --vip"
2728
},
2829
"devDependencies": {
29-
"@142vip/fairy-cli": "^0.0.3-alpha.10",
30-
"@142vip/release-version": "^0.0.1-alpha.4",
30+
"@142vip/fairy-cli": "^0.0.3-alpha.11",
31+
"@142vip/release-version": "^0.0.1-alpha.9",
3132
"@142vip/utils": "0.0.1-alpha.2",
3233
"@antfu/eslint-config": "^2.27.3",
3334
"@commitlint/cli": "^18.6.1",

0 commit comments

Comments
 (0)