#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

if [ "$NO_HOOK" != "1" ]; then
  exec < /dev/tty && yarn cz --hook || true
fi
