ha-matter-bridge/.husky/prepare-commit-msg

3 lines
83 B
Plaintext
Raw Normal View History

#!/bin/bash
cd matter-bridge
exec < /dev/tty && node_modules/.bin/cz --hook || true