From 308fa96c80f7abdea1bce640ffea23c64d76d629 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 4 Jan 2024 10:16:49 +0100 Subject: [PATCH] chore: use prepare instead of postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01b74842..14051549 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "test:cov": "vitest run --coverage", "build": "tsup", "size": "size-limit", - "postinstall": "simple-git-hooks" + "prepare": "simple-git-hooks" }, "files": [ "dist",