Skip to content

Commit

Permalink
feat: 优化脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
chufan committed Sep 4, 2023
1 parent 7611fa6 commit e3d5fba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"description": "专业代号408,计算机基础知识点合集",
"version": "0.0.1-alpha.0",
"engines": {
"node": "16.x || 18.x",
"node": "14.x || 16.x || 18.x",
"pnpm": ">=7.2.1"
},
"packageManager": "pnpm@7.2.1",
Expand All @@ -27,9 +27,7 @@
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' + ",
"release": "commit-and-tag-version",
"release:test": "bumpp --preid alpha",
"release:bump": "bumpp --preid alpha -r --execute=\"pnpm commit-and-tag-version && git add CHANGELOG.md\" --commit \"chore(release): publish v%s\" --all --tag --push"
"release": "bumpp --preid alpha --execute=\"pnpm commit-and-tag-version && git add CHANGELOG.md\" --commit \"chore(release): publish v%s\" --all --tag --push"
},
"scripts-info": {
"prepare": "安装依赖预执行脚本",
Expand Down

0 comments on commit e3d5fba

Please sign in to comment.