From 5dadb95f10cebf5f82050a8174d515d5abac9732 Mon Sep 17 00:00:00 2001 From: Jason Zhang Date: Tue, 18 Jun 2024 16:06:06 +0930 Subject: [PATCH] build: use `husky` as `husky install` is deprecated (#3340) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bf2adab700..254e0d9f2a6 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "coverage:report:ci": "c8 report", "bench": "echo \"Error: Benchmarks have been moved to '/benchmarks'\" && exit 1", "serve:website": "echo \"Error: Documentation has been moved to '/docs'\" && exit 1", - "prepare": "husky install && node ./scripts/platform-shell.js" + "prepare": "husky && node ./scripts/platform-shell.js" }, "devDependencies": { "@fastify/busboy": "2.1.1",