Skip to content

Commit

Permalink
fix: The post version release runs now
Browse files Browse the repository at this point in the history
  • Loading branch information
chrsdietz committed Jan 10, 2019
1 parent 2febe37 commit 522f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pretest": "npm run build",
"test": "nyc mocha \"./test/**/*.ts\"",
"version:release": "standard-version --message 'v%s'",
"postversion": "git push --follow-tags origin master && npm publish",
"postversion:release": "git push --follow-tags origin master && npm publish",
"prepublishOnly": "npm run build"
},
"author": "",
Expand Down

0 comments on commit 522f82c

Please sign in to comment.