From 0877e6f120401e2a5263ad6c8e8ba1dd38c5550b Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Tue, 4 Jun 2024 22:06:59 -0700 Subject: [PATCH] Upgrade husky --- .husky/pre-commit | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5a182ef1..37236231 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - yarn lint-staged diff --git a/package.json b/package.json index 1578639f..6881109c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "e2e:ui": "playwright test --ui", "eslint": "eslint .", "export": "next export", - "prepare": "husky install", + "prepare": "husky", "prettier": "prettier --write .", "serve": "serve out", "stylelint": "stylelint --formatter=verbose **/*.ts*",