From 849313536a71319d747d726568495fad80cc7f33 Mon Sep 17 00:00:00 2001 From: Kitty Giraudel Date: Sun, 18 Aug 2024 14:50:06 +0200 Subject: [PATCH] Update husky prepare command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02533d9c..fb6bd36d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test:esm": "npm install --prefix tests/esm && npm test --prefix tests/esm", "test:package": "npm run test:cjs && npm run test:esm", "size": "./size.sh", - "prepare": "husky install", + "prepare": "husky", "lint": "biome check --write --unsafe --no-errors-on-unmatched src/*.ts", "lint:staged": "biome check --write --unsafe --staged --no-errors-on-unmatched src/**/*.ts" },