From d64ade50494abdab8d150d0bcd6835ab4a87fda0 Mon Sep 17 00:00:00 2001 From: adrien2p Date: Wed, 9 Feb 2022 18:03:59 +0100 Subject: [PATCH] feat: update jusky hooks --- .husky/{pre-commit => commit-msg} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .husky/{pre-commit => commit-msg} (51%) diff --git a/.husky/pre-commit b/.husky/commit-msg similarity index 51% rename from .husky/pre-commit rename to .husky/commit-msg index 62aa5925..5426a932 100755 --- a/.husky/pre-commit +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no-install commitlint --edit "$1" \ No newline at end of file +npx commitlint --edit $1