#!/bin/bash

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

yarn commitlint --edit "$1"
