We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
themes-wordpress
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat: add husky commit-msg hook
Sarah Norris
3 years ago
parent
2f8f8c2add
commit
57504b8bc9
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.husky/commit-msg
+ 4
- 0
.husky/commit-msg
View File
@@ -0,0 +1,4 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+npx --no -- commitlint --edit "$1"