#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

exec < /dev/tty && yarn cz --hook || true
