From 709f1ccf9103ce6a2892983706034c7356d7d469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Skolak?= Date: Sun, 8 Sep 2024 16:27:40 +0200 Subject: [PATCH] feat: update husky config --- .husky/commit-msg | 5 +---- .husky/pre-commit | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 14d810e..34eed8b 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - -npx --no-install commitlint --edit "$1" +npx --no -- commitlint --edit $1 \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc..d0a7784 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx lint-staged +npx lint-staged \ No newline at end of file