From c884ed2ba39a1c19e6a1002bd8ed183475f9eafc Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 8 Nov 2024 10:37:40 +0100 Subject: [PATCH] chore: husky migration (#875) --- .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 bd5945af..29725d40 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 46a16551..22ec563f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ #!/bin/sh -pnpm lint-staged +lint-staged