From c76e7bb9cd8e06df83ce64771d88b74785214d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Fri, 3 Jan 2020 10:05:31 +0000 Subject: [PATCH] chore: change postrelease script to push to current branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0980e99..69d0cf9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test": "jest --env node --coverage", "prerelease": "npm t && npm run lint", "release": "standard-version", - "postrelease": "git push --follow-tags origin HEAD" + "postrelease": "git push --follow-tags origin HEAD && npm publish" }, "husky": { "hooks": {