Skip to content

Commit

Permalink
Merge pull request #161 from 142vip/feat/add-release
Browse files Browse the repository at this point in the history
feat: 配置`release`命令,升级`@142vip/fairy-cli`模块,打通整个发布工作流
  • Loading branch information
微信公众号:储凡 authored Sep 19, 2024
2 parents 89f3173 + 4a7def8 commit c014fd4
Show file tree
Hide file tree
Showing 3 changed files with 1,165 additions and 1,222 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
"lint:fix": "npx fa lint --fix",
"build": "vuepress build docs --clean-temp --clean-cache",
"build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache",
"deploy:vercel": "vercel --prod"
"deploy:vercel": "vercel --prod",
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/fairy-cli": "^0.0.3-alpha.10",
"@142vip/release-version": "^0.0.1-alpha.4",
"@142vip/fairy-cli": "^0.0.3-alpha.11",
"@142vip/release-version": "^0.0.1-alpha.9",
"@142vip/utils": "0.0.1-alpha.2",
"@antfu/eslint-config": "^2.27.3",
"@commitlint/cli": "^18.6.1",
Expand Down
Loading

0 comments on commit c014fd4

Please sign in to comment.