From 939026b50ef5f5506c00096714d82c66c45d95ed Mon Sep 17 00:00:00 2001 From: JP Date: Tue, 8 Feb 2022 16:33:07 -0800 Subject: [PATCH] invoke patch-package as a prebuild script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba7df10..b3f6bd4 100755 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ "themes" ], "scripts": { + "prebuild": "patch-package", "build": "rollup -c rollup.config.js", "test": "jest", "flow": "flow check", "format": "prettier --write 'src/**/*.js'", - "postinstall": "patch-package", "prepublishOnly": "run-p flow build" }, "babel": {