summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json3
1 files changed, 1 insertions, 2 deletions
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": {