From 353a936bf6ceca08685bda8c7f0bb6a7ad5fb29c Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 14 Sep 2022 20:10:48 -0700 Subject: [PATCH] feat: remove postpublish from package.json 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",