#!/bin/sh

. "$(dirname -- "$0")/_/husky.sh"


cd "$(dirname -- "$0")"

npx --no-install commitlint --edit
