From 43e3dc6d794550b8b5bbd49ffa3158dcc58391ed Mon Sep 17 00:00:00 2001 From: Michael Matuzak Date: Wed, 12 Oct 2016 20:20:54 -0700 Subject: [PATCH] chore(package.json): updating package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 971757c..8843240 100644 --- a/package.json +++ b/package.json @@ -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": {