-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
RFC: Openarea: ergonomicsIssues and features impacting the developer experience of using turboIssues and features impacting the developer experience of using turbo
Description
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
renke, weyert, FlorianWendelborn, arthur-fontaine, Arttse and 3 more
Metadata
Metadata
Assignees
Labels
RFC: Openarea: ergonomicsIssues and features impacting the developer experience of using turboIssues and features impacting the developer experience of using turbo