To install dependencies:
bun installTo run:
bun run index.tsbun --filter ignores exitCode of child scripts and always exist with code: 0
This is also reproducible in terminal without using $
zsh: bun --filter './packages/fail' test
fail test $ bun run index.ts
│ Fail!
└─ Exited with code 1
zsh: $?
zsh: command not found: 0This project was created using bun init in bun v1.1.4. Bun is a fast all-in-one JavaScript runtime.