Skip to content

Commit

Permalink
chore: tweak postversion script [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Sep 11, 2018
1 parent 8126860 commit 753d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"test": "mocha --require babel-register",
"lint": "eslint src test",
"build": "babel src --out-dir lib --source-maps",
"postversion": "git push --follow-tags && conventional-github-releaser -p angular -r 0"
"postversion": "git push --follow-tags && conventional-github-releaser -p angular"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit 753d945

Please sign in to comment.