Skip to content

Commit

Permalink
Chore: fix sem ver
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 4, 2018
1 parent 4dc2389 commit 7a8f182
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 @@ -24,7 +24,7 @@
"test": "npm run clean && tsc && ava",
"verify": "npm run lint && npm run coverage && npm run build && npm run dependency-check",
"watch": "npm run clean && node scripts/watch.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7a8f182

Please sign in to comment.