From abe4b67c3a181e5c583f37ca87ea0e037f32f135 Mon Sep 17 00:00:00 2001 From: Michael Zetterberg Date: Tue, 16 Apr 2024 11:11:26 +0200 Subject: [PATCH] chore(deps): migrate to Husky v9 --- .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 0ccfe480c..2312dc587 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" npx lint-staged diff --git a/package.json b/package.json index f4a68a865..c960edbd5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "predev": "rm -rf .next", "dev": "next dev", "lint": "next lint && tsc", - "prepare": "husky install", + "prepare": "husky", "start": "node .next/standalone/server.js", "test:component": "cypress open --component", "test:component:headless": "cypress run --component",