#!/bin/sh

npx lint-staged

./scripts/test || { echo "❌ Tests failed"; exit 1; }
