From d934a1ebf326c689b64eb9c34154aeaa3435e7a9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 20 Jun 2026 10:22:29 +0200 Subject: [PATCH] chore: add husky prepare script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 915fe625f..62bec4a04 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "doc": "docs" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "prepare": "husky" }, "repository": { "type": "git",