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": {