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

echo 'running commit-msg checks...'

npx --no -- commitlint --edit "${1}"
