Skip to content

Commit

Permalink
ci(travis): fix sematic-release invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Sep 1, 2020
1 parent 8acb63b commit fdaeec0
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 @@ -16,7 +16,7 @@
"watch:test": "npm t -- -w",
"test": "mocha test/*.test.js",
"cover": "nyc --reporter=lcov --reporter=text npm t",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fdaeec0

Please sign in to comment.