Skip to content

Commit

Permalink
Dummy -> placeholder for ^topo task in docs (vercel#4613)
Browse files Browse the repository at this point in the history
### Description

Rename "dummy" task to placeholder task in reference to `^topo`

### Testing Instructions

Verified preview:
https://turbo-site-lcrn1urna.vercel.sh/repo/docs/core-concepts/monorepos/running-tasks#dependencies-outside-of-a-task
  • Loading branch information
gsoltis authored and NicholasLYang committed Apr 21, 2023
1 parent cecd411 commit 8817d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ To accomplish this, we can set up a pipeline like so:
}
```

![](/images/docs/task-graph-with-dummy-task.png)
![](/images/docs/task-graph-with-placeholder-task.png)

In this pipeline, we create an intermediary dummy `topo` task. Since we don't have a `topo` command in our workspaces, the pipeline will go straight to running `test` scripts in parallel, meeting our first requirement. The second requirement will also be taken care of, falling back on Turborepo's default behavior of creating hashes for a workspace task and it's dependencies as a tree.
In this pipeline, we create an intermediary placeholder `topo` task. Since we don't have a `topo` command in our workspaces, the pipeline will go straight to running `test` scripts in parallel, meeting our first requirement. The second requirement will also be taken care of, falling back on Turborepo's default behavior of creating hashes for a workspace task and it's dependencies as a tree.

<Callout
type="idea"
Expand Down

0 comments on commit 8817d06

Please sign in to comment.