diff --git a/package.json b/package.json index 263e43c..7bd8440 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "pnpm -r build", "build:watch": "pnpm -r build:watch", "test": "pnpm -r test", - "test:watch": "pnpm -r test:watch" + "test:watch": "pnpm -r test:watch", + "prepare": "lefthook install" }, "devDependencies": { "@biomejs/biome": "^1.9.4",