mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
- Added 8 new tests in test/cli/run/filter-parallel.test.ts covering: - Running scripts in parallel without respecting dependency order - Parallel execution across multiple packages - Ignoring dependency chains with --parallel - Handling circular dependencies - Pre/post script ordering within packages - Exit code propagation - Pattern matching with --filter - Workspace integration - Updated docs/cli/filter.md with new section on --parallel flag - Updated docs/cli/run.md with example of --parallel usage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>