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

Run tasks from root directory #845

@jaredpalmer

Description

@jaredpalmer

Describe the feature you'd like to request

As a user, I want to be able to cache tasks defined in the root package.json and cache them.

{
   "pipeline": {
      "_root#build": {
          "inputs": ["list/of/inputs/to/hash/**"],
          "outputs": ["some/output/dir/**"],
          "dependsOn":["prepare"]
      },
      "_root#prepare": {
          "inputs": ["foo/**"],
          "outputs": ["another/output/dir/**"],
      },
      ....
}      

Describe the solution you'd like

Describe alternatives you've considered

None

Metadata

Metadata

Assignees

Labels

area: 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