#!/bin/sh
echo "🔍 pre-push: lint + test"
pnpm run lint && pnpm run test
