From a6285730ce9c8ebd1c3b0c25fbaf26706b415f83 Mon Sep 17 00:00:00 2001 From: gnikit Date: Tue, 14 Oct 2025 22:57:25 +0100 Subject: [PATCH] chore(scripts): change prepare script to "husky" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3878fe48..65229066 100644 --- a/package.json +++ b/package.json @@ -743,7 +743,7 @@ "lint": "eslint .", "lint-fix": "npm run lint -- --fix", "format": "prettier --write \"src/**/*.{ts,json}\" \"test/**/*.ts\" \"syntaxes/**/*.json\" \"snippets/**/*.json\" \"./**/*.{md,json,yaml,yml}\"", - "prepare": "husky install", + "prepare": "husky", "pre-commit": "lint-staged", "coverage": "c8 --clean npm run test" },