Skip to content

Commit

Permalink
docs: Clarify output globs relativeness.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Nov 16, 2024
1 parent ac1eab9 commit 807d77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/repo-docs/crafting-your-repository/configuring-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Below are a few examples of outputs for common tools:
</Tab>
</Tabs>

For more on building globbing patterns for the `outputs` key, see [the globbing specification](/repo/docs/reference/globs).
Globs are relative to the package, so `dist/**` will handle the `dist` that is outputted for each package, respectively. For more on building globbing patterns for the `outputs` key, see [the globbing specification](/repo/docs/reference/globs).

### Specifying `inputs`

Expand Down Expand Up @@ -367,8 +367,8 @@ To meet both requirements (correctness and parallelism), you can introduce [Tran
},
"check-types": {
"dependsOn": ["transit"]
},
},
}
}
}
```

Expand Down

0 comments on commit 807d77d

Please sign in to comment.