#!/bin/sh
set -e

echo "Running pre-commit checks..."
node scripts/run-pre-commit-checks.mjs
