From a67539a210a83c69b0ffc88a99655dde7a353e35 Mon Sep 17 00:00:00 2001 From: tpunt Date: Mon, 18 Apr 2022 10:31:48 +0100 Subject: [PATCH] Remove git-related post install stuff --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 4e1f8b1a3b..ae34ea5f97 100644 --- a/package.json +++ b/package.json @@ -86,8 +86,6 @@ "typescript": "4.6.2" }, "scripts": { - "postinstall": "npm run install-hooks", - "install-hooks": "node scripts/githooks/install.js", "clean": "rimraf lib/ dist/", "bundle-dts": "tsc --noEmit --allowJs dts-config.js && dts-bundle-generator --config dts-config.js", "tsc": "ttsc -p tsconfig.prod.json",