From df2826aea557202e98ce6646a7ba509b9caa64ec Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 3 Jul 2019 14:33:52 -0700 Subject: [PATCH] push to git with 1 command, not 2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ba51c8..c0c2e8b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "tap test/*.js --cov", "preversion": "npm test", "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" + "postpublish": "git push origin --follow-tags" }, "license": "ISC" }