chore(package.json): updating package.json

This commit is contained in:
Michael Matuzak 2016-10-12 20:20:54 -07:00
parent a34eed5bd1
commit 43e3dc6d79
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"tap": "^7.1.2"
},
"scripts": {
"release": "standard-version",
"release": "npm test && standard-version && git push origin master && npm publish",
"test": "tap test/*.js --cov && standard"
},
"repository": {