Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
chore(package): add semantic release script task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Dec 26, 2015
1 parent 24d44f3 commit c644e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"lint": "eslint index.js test/",
"test": "mocha -c --check-leaks -R tap test/",
"watch": "mocha -w -b -c --check-leaks -R progress test/"
"watch": "mocha -w -b -c --check-leaks -R progress test/",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c644e07

Please sign in to comment.