Commit 715bf267093e9c7e7d6b1b87b1d4c5b020054961
1 parent
08b0552137
Exists in
master
Add push to github on npm postversion
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
package.json
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "mocha", |
8 | - "postversion": "git push && git push --tags", | |
8 | + "postversion": "git push && git push --tags && git push github && git push github --tags", | |
9 | 9 | "version": "auto-changelog -p && git add CHANGELOG.md" |
10 | 10 | }, |
11 | 11 | "repository": { |