From a0d7ae045f7b22ee18d6b4dcb715159e1ac47e2b Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 11 Feb 2020 18:30:12 -0800 Subject: [PATCH] push to github before npm Easier to correct, more likely to error. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 000c1cd..21b15f7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test": "tap", "preversion": "npm test", "postversion": "npm publish", - "postpublish": "git push origin --follow-tags" + "prepublishOnly": "git push origin --follow-tags" }, "license": "ISC" }