-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chufan
committed
Sep 4, 2023
1 parent
7611fa6
commit e3d5fba
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]", | ||
|
@@ -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": "安装依赖预执行脚本", | ||
|