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

#<% if (yarn) { %>
yarn commitlint --edit $1
#<% } else { %>
npm exec -c 'commitlint --edit $1'
#<% } %>
