mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 13:17:49 +08:00
e992e707b4
* chore: add commitlint for conventional commits * fix: fix commit-msg executable
3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/usr/bin/env sh
|
|
npx --no -- commitlint --edit "$1"
|