From ac5ec17213c3c0eb948052db000d0a85941d88a2 Mon Sep 17 00:00:00 2001 From: samk-dev <33263129+samk-dev@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:52:46 +0200 Subject: [PATCH] chore(dev-deps): adapdted `husky` breaking changes --- .husky/commit-msg | 3 --- .husky/pre-commit | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index c160a77..0398b7a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no -- commitlint --edit ${1} diff --git a/.husky/pre-commit b/.husky/pre-commit index a16d8b1..2312dc5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged