From 04edc4fef08306c55067abd0e22443c4cb43d7c8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 8 Feb 2024 11:03:23 +0100 Subject: [PATCH] fix(front): husky fixes after upgrade Signed-off-by: Thomas Citharel --- .husky/pre-commit | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 1a7a1f3ea..87ea02a11 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npm run pre-commit diff --git a/package.json b/package.json index 0bbf30751..484da313b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "story:preview": "histoire preview", "test": "vitest", "coverage": "vitest run --coverage", - "prepare": "husky install", + "prepare": "husky", "pre-commit": "lint-staged" }, "lint-staged": {