Skip to content

Add a way to run scripts from workspace root using --filter #18553

@hyoretsu

Description

@hyoretsu

What is the problem this feature would solve?

I recently had to create a script that had to build other packages before running it, which was a script in the workspace root. The script ended up being cd ../ && bun build:extension && cd ./frontend && shopify app dev --skip-dependencies-installation

What is the feature you are proposing to solve the problem?

Adding some reserved word to express workspace root for --filter. Maybe a "_"? bun -F _ build:extension

What alternatives have you considered?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bun installSomething that relates to the npm-compatible clientenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions