Add support for npm equivalent --prefix (expected: bun run dev --prefix ./a-sub-directory/
)
#15135
Labels
bun run dev --prefix ./a-sub-directory/
)
#15135
What is the problem this feature would solve?
It's handy to have a top parent
package.json
which stores scripts that you can run directly from opening your project folder instead of having tocd
inside my sub-directory folder and then run the command from there.What is the feature you are proposing to solve the problem?
Adding support for
--prefix
npm equivalent (or--cwd
that i saw mentionned here: https://stackoverflow.com/questions/77424625/how-to-run-bun-install-in-a-different-directory-than-the-current) forbun run
.What alternatives have you considered?
cd
inside subdirectories directly but it's less productive :)The text was updated successfully, but these errors were encountered: