renovatebot-github/.husky/commit-msg
Michael Kriese 1639f1a892
build!: use pnpm (#820)
BREAKING CHANGE: This project now uses pnpm instead of yarn
2024-02-08 13:19:58 +00:00

4 lines
70 B
Bash
Executable file

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm commitlint --edit "$1"