diff --git a/package.json b/package.json index 712bbd87..ea666c3b 100644 --- a/package.json +++ b/package.json @@ -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": "安装依赖预执行脚本",