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

# Run the commit-msg hook
npx --no-install commitlint --edit
