From 2b2fec1efb782e2665a592a72fe86813250525bf Mon Sep 17 00:00:00 2001 From: Nikolaj Kappler Date: Mon, 20 Jun 2022 17:03:50 +0200 Subject: [PATCH] fix #38 going back to a manual step, since npm doesn't really support this usecase. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 97bb6a6..7d8444d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "prepublishOnly": "npm run version", "postversion": "git push --tags", "version": "node util/copyrightHeader.js && npm run build && npm run test && git add *", - "postinstall": "node util/convertStyles.js", "build": "node util/convertStyles.js && rollup -c" }, "repository": {