mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
Add support for sequential execution of multiple package.json scripts and source files, providing npm-run-all compatibility. Features: - Sequential execution of multiple targets - Pattern matching with :* and : suffixes - Mixed script/file execution support - Comprehensive error handling and reporting - Drop-in replacement for npm-run-all Implementation: - Add --all flag to CLI argument parsing - Add run_all field to Context structure - Implement pattern matching and expansion logic - Use anyerror\! return type to resolve recursion issues - Add extensive test coverage for all scenarios 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>