From 1e938fed231a7f2b7f9b76cad5be30447b1e9618 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 28 Sep 2023 15:37:34 +0200 Subject: [PATCH] fix: hooks --- .husky/commit-msg | 2 -- .husky/pre-commit | 2 -- 2 files changed, 4 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index b56767669..a11011270 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,2 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no -- commitlint --edit "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 610c2a54f..d9e5d4254 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,2 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npm test