Skip to content

Commit

Permalink
fix: rename npm run gitpush
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Mar 26, 2021
1 parent c541c38 commit fa89220
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"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 push && npm publish",
"push": "npm run push:gh && npm run push:gh && npm run push:gh",
"push:gh": "git push --follow-tag --repo [email protected]:snomiao/CapsLockX.git",
"push:cn": "git push --follow-tag --repo [email protected]:snomiao/CapslockX.git",
"push:bb": "git push --follow-tag --repo [email protected]:snomiao/capslockx.git"
"postversion": "npm run versioning && npm run gitpush && npm publish",
"gitpush": "npm run gitpush:gh && npm run gitpush:gh && npm run gitpush:gh",
"gitpush:gh": "git push --follow-tag --repo [email protected]:snomiao/CapsLockX.git",
"gitpush:cn": "git push --follow-tag --repo [email protected]:snomiao/CapslockX.git",
"gitpush:bb": "git push --follow-tag --repo [email protected]:snomiao/capslockx.git"
},
"repository": {
"type": "git",
Expand All @@ -35,4 +35,4 @@
"@commitlint/config-conventional": "^12.0.1",
"conventional-changelog-cli": "^2.1.1"
}
}
}

0 comments on commit fa89220

Please sign in to comment.