This repository has been archived on 2024-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
opencanteen/.husky/commit-msg
2022-05-19 17:14:58 +02:00

4 lines
79 B
Bash
Executable file

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint --edit "${1}"