Skip to content

Commit

Permalink
Merge pull request #99 from 142vip/feat/add-release
Browse files Browse the repository at this point in the history
feat: 移除`release`脚本和依赖,配置`release`命令自动化发布流程
  • Loading branch information
mmdapl authored Sep 24, 2024
2 parents 0889277 + e67c912 commit 00435ea
Show file tree
Hide file tree
Showing 3 changed files with 2,021 additions and 3,573 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,19 @@
"lint": "npx fa lint",
"lint:fix": "npx fa lint --fix",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"build": "vuepress build docs --clean-temp --clean-cache",
"build:proxy": "./scripts/bundle build_proxy",
"build:mark-map": "./scripts/mark-map",
"deploy:vercel": "vercel --prod"
"deploy:vercel": "vercel --prod",
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/fairy-cli": "0.0.3-alpha.11",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"bumpp": "^9.4.0",
"commit-and-tag-version": "^11.3.0",
"enquirer": "^2.4.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
Expand Down
Loading

0 comments on commit 00435ea

Please sign in to comment.