From 9917cca2652109328f739d0daf061f382ac9f771 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 21 Oct 2021 03:59:29 +0200 Subject: [PATCH] fix: on uninstall unset git core.hooksPath --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2c170eac5..69ed07a90 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "husky.sh" ], "scripts": { + "preuninstall": "node lib/bin uninstall", "build": "tsc", "test": "sh test/all.sh", "lint": "eslint src --ext .ts",