diff --git a/.husky/pre-commit b/.husky/pre-commit
index 3194577c510f4f8e9e5a18a50f8c16c7e2da9305..6860bd2847de1e3800180a31d8d3ef9ca88f2012 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.... ✨🚀🏄‍♂️🍻'