Skip to content

Commit

Permalink
fix: add semantic-release npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed May 27, 2019
1 parent fdccf96 commit 2a92042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "mocha"
"semantic-release": "semantic-release",
"test": "mocha",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a92042

Please sign in to comment.