#!/usr/bin/env bash set -euo pipefail echo "๐Ÿ” Running check (tsc + biome + lint-log-tags)..." bun run check echo "๐Ÿงช Running tests..." bun run test echo "โœ… All checks passed!"