mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-09 05:27:52 +08:00
feat: 优化脚本
This commit is contained in:
@@ -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",
|
||||
@@ -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": "安装依赖预执行脚本",
|
||||
|
||||
Reference in New Issue
Block a user