From 06a26deb9c3368a200355a302c1bcf9b9ded325a Mon Sep 17 00:00:00 2001 From: "Sebastian \"Sebbie\" Silbermann" Date: Wed, 28 Aug 2024 23:26:29 +0200 Subject: [PATCH] Update constructing-ci.mdx (#9079) Fixes https://vercel.com/vercel/turbo-site/3xHmD2v4ATqzURFSbtDoPP2jtMTE?filter=errors (https://github.com/vercel/front/pull/36031) --- docs/repo-docs/crafting-your-repository/constructing-ci.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/crafting-your-repository/constructing-ci.mdx b/docs/repo-docs/crafting-your-repository/constructing-ci.mdx index 00237a2ae4454..3c1d0321ba508 100644 --- a/docs/repo-docs/crafting-your-repository/constructing-ci.mdx +++ b/docs/repo-docs/crafting-your-repository/constructing-ci.mdx @@ -60,7 +60,7 @@ For more on how to deploy from a Turborepo with Docker, visit [the dedicated Doc You can use the `--affected` flag to only run tasks that have changes. -```bash title="Terminal +```bash title="Terminal" turbo run build --affected ```