cli: bun --bun run <script>
sometimes does not look for scripts
#16482
Labels
bug
Something isn't working
cli
Something to do with CLI arguments
needs investigate
Needs to be investigated to find the root cause
What version of Bun is running?
1.1.44-canary.74+68089a099
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
Tests run
What do you see instead?
Additional information
bun run test
works finebun init
"test": "bun index.ts"
-- works"test": "tsc --noEmit"
-- also workstsconfig.json
has no effectThe text was updated successfully, but these errors were encountered: