tiptap/.husky/commit-msg
bdbch e992e707b4
chore: added commitlint for conventional commit linting (#5133)
* chore: add commitlint for conventional commits
* fix: fix commit-msg executable
2024-05-11 03:34:37 +02:00

3 lines
53 B
Bash
Executable File

#!/usr/bin/env sh
npx --no -- commitlint --edit "$1"