这是indexloc提供的服务,不要输入任何密码
Skip to content

Expand tasks w/glob #1029

@jaredpalmer

Description

@jaredpalmer

Describe the feature you'd like to request

While you can run multiple tasks at the same time (i.e. muilti entry task running), you have to type each task out by hand at the moment:

turbo run lint:eslint lint:prettier

That's annoying....

Describe the solution you'd like

Imagine a pipeline that contains 2 tasks named: lint:eslint and lint:prettier, you should be able to run

turbo run lint:*

and this should be the equivalent of

turbo run lint:eslint lint:prettier

Describe alternatives you've considered

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFC: Openarea: ergonomicsIssues and features impacting the developer experience of using turbo

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions