From a01826dd1b6323c49df9a60608605b7c5d112aac Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 14 Aug 2019 09:54:09 -0700 Subject: [PATCH] push to git with one command, not two --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26e05d85..b7706eb7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "preversion": "npm test", "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags", + "postpublish": "git push origin --follow-tags", "test": "tap test/*.js" }, "bin": "./bin.js",