Browse Source

ci: enable commitlint

hover-contact
ntasicc 3 years ago
parent
commit
7b5b45979f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .husky/commit-msg

+ 1
- 1
.husky/commit-msg View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no --commitlint --edit $1
npx --no -- commitlint --edit $1

Loading…
Cancel
Save