#!/bin/sh
command -v entire >/dev/null 2>&1 && entire hooks git commit-msg "$1"
pnpm exec commitlint --edit "$1"
