From 09d23d6224b2f2770e0fece54e2ef1ff9450e025 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 8 Nov 2024 10:33:45 +0100 Subject: [PATCH] chore: husky migration --- .husky/commit-msg | 2 +- .husky/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index bd5945af16c..29725d40370 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,3 @@ #!/bin/sh -pnpm commitlint --edit "$1" +commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 46a165512ae..22ec563fee0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ #!/bin/sh -pnpm lint-staged +lint-staged