Skip to content

Commit

Permalink
Update docs/repo-docs/crafting-your-repository/configuring-tasks.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Sep 2, 2024
1 parent 49df368 commit 250ace2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ You can also run scripts in the `package.json` in the Workspace root using `turb
</Tab>
</Tabs>

With the root task now registered, `turbo run lint:root` will now run the task. You can also run `turbo run lint lint:root` to run all your linting tasks.
With the Root Task now registered, `turbo run lint:root` will now run the task. You can also run `turbo run lint lint:root` to run all your linting tasks.

#### When to use Root Tasks

Expand Down

0 comments on commit 250ace2

Please sign in to comment.