From 4a678feacc0820b2e4b95b82483e3b04844db0e3 Mon Sep 17 00:00:00 2001 From: Jirka Svoboda Date: Mon, 30 Dec 2024 08:26:33 +0100 Subject: [PATCH] fix(pkg): removes yarn from postinstall Fixes #336 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68672b7..49a6b31 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "scripts": { "prepare": "husky", - "postinstall": "yarn patch-package", + "postinstall": "patch-package", "clean": "rm -rf dist || true", "build": "yarn clean && yarn typecheck && yarn test && node esbuild.mjs && yarn build:types && yarn lint", "build:types": "yarn dts-bundle-generator --config ./dts.config.js",