We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54fe96 commit 6617318Copy full SHA for 6617318
.husky/commit-msg
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
4
-./node_modules/.bin/commitlint --config commitlint.config.mjs --edit $1
+# Validate commit message
+npx --no-install commitlint --edit "$1"
.husky/pre-commit
100644
100755
@@ -1,5 +1,2 @@
-
-# Run fast pre-commit checks (use yarn in this repo)
5
-yarn -s test
+#placeholder
0 commit comments