bun
bun copied to clipboard
bun run run causes bun to add another run
Version
0.1.6
Platform
Darwin Kernel Version 21.6.0
What steps will reproduce the bug?
Add run script on package.json
"run": "npm run"
run with bun: bun run run
Bun execute with add another run npm run run
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
Additional information
No response