From bb76b07f6d51f18c876d94a843f3ceb76841f51d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 4 Sep 2021 11:32:11 +0200 Subject: :bug: fix patch-package --- util/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/package.json') diff --git a/util/package.json b/util/package.json index 6490d754..07623f7a 100644 --- a/util/package.json +++ b/util/package.json @@ -6,9 +6,8 @@ "types": "dist/index.d.ts", "scripts": { "start": "npm run build && node dist/", - "patch": "patch-package", "test": "npm run build && jest", - "postinstall": "npm run patch && npm run build", + "postinstall": "npm run build", "build": "npx tsc -b ." }, "repository": { -- cgit 1.5.1