Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bun --filter '*' does not respect the dependency order #12203

Open
dszymon opened this issue Jun 27, 2024 · 1 comment
Open

bun --filter '*' does not respect the dependency order #12203

dszymon opened this issue Jun 27, 2024 · 1 comment
Labels
bug Something isn't working needs triage

Comments

@dszymon
Copy link

dszymon commented Jun 27, 2024

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 dszymon added bug Something isn't working needs triage labels Jun 27, 2024
@AbaoFromCUG
Copy link

Same issue, v1.1.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

2 participants