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",