From 423450f9802a676a035143a1fd503403c305e79d Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 15 Sep 2022 09:57:16 -0700 Subject: [PATCH] feat: remove postpublish from package.json (#195) Fixes #186 --- lib/content/pkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/content/pkg.json b/lib/content/pkg.json index d8775b23..43505d48 100644 --- a/lib/content/pkg.json +++ b/lib/content/pkg.json @@ -9,6 +9,7 @@ "preversion": {{{del}}}, "postversion": {{{del}}}, "prepublishOnly": {{{del}}}, + "postpublish": {{{del}}}, "snap": "tap", "test": "tap", "posttest": "{{npmBin}} run lint",