From 8822c7d82a3d0cb38e1c4f7d45a3fd1948063205 Mon Sep 17 00:00:00 2001 From: QcFe <10742159+QcFe@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:51:23 +0100 Subject: [PATCH] ci: fix husky scripts --- .husky/commit-msg | 1 + .husky/pre-commit | 1 + .husky/pre-push | 1 + 3 files changed, 3 insertions(+) diff --git a/.husky/commit-msg b/.husky/commit-msg index 990bd0b7..b6d72ffd 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1,2 @@ +#!/usr/bin/env sh npx --no -- commitlint --edit "$1" \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit index d0a77842..754fb2e4 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ +#!/usr/bin/env sh npx lint-staged \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push index 0ff52266..c6f7f6a1 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1 +1,2 @@ +#!/usr/bin/env sh npm run check \ No newline at end of file