diff --git a/docs/site/content/docs/crafting-your-repository/configuring-tasks.mdx b/docs/site/content/docs/crafting-your-repository/configuring-tasks.mdx index 5cd3f9b78e50d..00833d8ec4cbf 100644 --- a/docs/site/content/docs/crafting-your-repository/configuring-tasks.mdx +++ b/docs/site/content/docs/crafting-your-repository/configuring-tasks.mdx @@ -34,7 +34,7 @@ For example, yarn workspaces run lint && yarn w }} /> -But, to get the same work done **faster** with Turborepo, you can use `turbo run lint test build`: +But, to get the same work done **faster** with Turborepo, you can use `turbo run lint build test`: