From eb0e7247a621c3c5bc278b1e04d4bcef42d3e4ed Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Wed, 30 Jun 2021 18:05:52 +0100 Subject: [PATCH] fix(scripts): change git hook script to prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fdfe60..21517d5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "postpublish": "git clean -fd", "semantic-release": "semantic-release", "typedoc": "typedoc", - "postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true" + "prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true" }, "publishConfig": { "access": "public"