#!/bin/sh
cd "$(dirname "$0")/.." && npx --no -- commitlint --edit $1
