From ca5fd2ec5fde03aeb89f915f9d25dd32048cdd97 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <p.gawron@atcomp.pl> Date: Thu, 25 Apr 2024 11:14:45 +0200 Subject: [PATCH] disable prehook due to: https://github.com/conventional-changelog/commitlint/issues/589 --- .husky/pre-commit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3194577c..6860bd28 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,11 +1,11 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no -- commitlint --edit ${1} - +# npx --no -- commitlint --edit ${1} + echo 'ðŸ—ï¸ðŸ‘· Styling your project before committing👷â€â™‚ï¸ðŸ—ï¸' echo 'please be patient, this may take a while...' - + # Check ESLint and Prettier Standards npm run format || ( @@ -29,5 +29,5 @@ yarn run test || Check the test result and fix the tests.' false; ) - + echo '🎉 No error found: committing this now.... ✨🚀ðŸ„â€â™‚ï¸ðŸ»' -- GitLab