bun icon indicating copy to clipboard operation
bun copied to clipboard

bun run run causes bun to add another run

Open coderbuzz opened this issue 3 years ago • 0 comments

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?

image

Additional information

No response

coderbuzz avatar Aug 05 '22 04:08 coderbuzz