#!/bin/sh
# Validate commit message format using commitlint
cd frontend
npx --no-install commitlint --edit "$1"
