diff --git a/Cargo.lock b/Cargo.lock index b7796e6d8..79fa30e31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,7 +892,7 @@ dependencies = [ [[package]] name = "rtk" -version = "0.36.0" +version = "0.34.3" dependencies = [ "anyhow", "automod", diff --git a/README.md b/README.md index 1452b1ca8..8be45ee27 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ rtk gh run list # Workflow run status ```bash rtk jest # Jest compact (failures only) rtk vitest # Vitest compact (failures only) +rtk bun test # Bun tests (failures + error context, -85%) rtk playwright test # E2E results (failures only) rtk pytest # Python tests (-90%) rtk go test # Go tests (NDJSON, -90%) @@ -189,6 +190,8 @@ rtk lint # ESLint grouped by rule/file rtk lint biome # Supports other linters rtk tsc # TypeScript errors grouped by file rtk next build # Next.js build compact +rtk bun build # Bun build compact +rtk bunx # Routes bunx tsc/eslint/prisma to RTK filters rtk prettier --check . # Files needing formatting rtk cargo build # Cargo build (-80%) rtk cargo clippy # Cargo clippy (-80%) @@ -200,6 +203,8 @@ rtk rubocop # Ruby linting (JSON, -60%+) ### Package Managers ```bash rtk pnpm list # Compact dependency tree +rtk bun install # Bun install (strip progress bars) +rtk bun run