···2222 "typecheck": "tsc --noEmit",
2323 "format": "prettier --write .",
2424 "format:check": "prettier --check . --ignore-unknown",
2525- "check": "bun run format:check && bun run lint && bun run typecheck && bun run build",
2525+ "check": "bun run format:check && bun test && bun run lint && bun run typecheck && bun run build",
2626 "hooks:install": "git config core.hooksPath .githooks",
2727 "db:up": "podman-compose up -d",
2828 "db:down": "podman-compose down",