bun icon indicating copy to clipboard operation
bun copied to clipboard

`bun --filter '*'` does not respect the dependency order

Open dszymon opened this issue 8 months ago • 0 comments

What version of Bun is running?

1.1.17+bb66bba1b

What platform is your computer?

Darwin 23.5.0 arm64 arm

What steps can reproduce the bug?

  1. Create a monorepo with two packages A and B
  2. B consumes the output of the A package
  3. Add build script to each package
  4. Run bun --filter '*' build
  5. B fails to build because A's output is not ready yet

What is the expected behavior?

build is executed in the B package once A is built

What do you see instead?

build starts concurrently

Additional information

No response

dszymon avatar Jun 27 '24 12:06 dszymon