-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Showing
1 changed file
with
11 additions
and
5 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 |
---|---|---|
|
@@ -4,17 +4,23 @@ | |
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。", | ||
"scripts": { | ||
"CapsLockX": "CapsLockX.exe", | ||
"start": "CapsLockX.exe", | ||
"build:patch": "npm version patch", | ||
"build:minor": "npm version minor", | ||
"build:major": "npm version major", | ||
"versioning": "git commit -a -m versioning", | ||
"version": "node tools/versioning.node.mjs && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", | ||
"postversion": "npm run versioning && npm run gitpush && npm publish", | ||
"gitpush": "npm run gitpush:gh && npm run gitpush:cn && npm run gitpush:bb", | ||
"postversion": "npm run versioning && npm run gitsync && npm publish", | ||
"gitsync": "npm run gitsync:gh && npm run gitsync:cn && npm run gitsync:bb", | ||
"gitpush:gh": "git push --follow-tag --repo [email protected]:snomiao/CapsLockX.git", | ||
"gitpull:gh": "git pull [email protected]:snomiao/CapsLockX.git", | ||
"gitsync:gh": "npm run gitpull:gh && npm run gitpush:gh", | ||
"gitpush:cn": "git push --follow-tag --repo [email protected]:snomiao/CapslockX.git", | ||
"gitpush:bb": "git push --follow-tag --repo [email protected]:snomiao/capslockx.git" | ||
"gitpull:cn": "git pull [email protected]:snomiao/CapslockX.git", | ||
"gitsync:cn": "npm run gitpull:cn && npm run gitpush:cn", | ||
"gitpush:bb": "git push --follow-tag --repo [email protected]:snomiao/capslockx.git", | ||
"gitpull:bb": "git pull [email protected]:snomiao/capslockx.git", | ||
"gitsync:bb": "npm run gitpull:bb && npm run gitpush:bb", | ||
"start": "CapsLockX.exe" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -35,4 +41,4 @@ | |
"@commitlint/config-conventional": "^12.0.1", | ||
"conventional-changelog-cli": "^2.1.1" | ||
} | ||
} | ||
} |