From ce2ed3ee141e46c65238f377dfb751652fcd7ed4 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 15 Apr 2022 14:11:06 +0100 Subject: [PATCH] chore(.husky): add husky source [skip-ci] --- .husky/commit-msg | 1 + .husky/pre-commit | 1 + 2 files changed, 2 insertions(+) diff --git a/.husky/commit-msg b/.husky/commit-msg index 6e0690f..0ae4bda 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,4 @@ #!/bin/sh +. "$(dirname "$0")/_/husky.sh" npx --no-install commitlint --edit "${1}" diff --git a/.husky/pre-commit b/.husky/pre-commit index 51e52de..d37daa0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,4 @@ #!/bin/sh +. "$(dirname "$0")/_/husky.sh" npx --no-install lint-staged