Hi,
Storybook Core maintainer here!
At Storybook we are supporting several package managers and I want to optimize support for our bun users.
Sometimes we want to run the locally installed storybook binary to run certain scripts. Running bun storybook automigrate ... doesn't work, if there is a equally named script storybook present in the package.json. Running bun run storybook automigrate ... has the same result. Other package managers have implemented different behaviour when calling e.g. pnpm storybook (calling the package.json script) vs pnpm exec storybook (which will call the storybook binary). For me it seems like I don't have any possibility in bun to call the storybook binary if a script entry named storybook exists in the user's package.json.