diff --git a/apps/maestros/content/maestros/lessons/guardrails/typescript.mdx b/apps/maestros/content/maestros/lessons/guardrails/typescript.mdx index 9609e18..1741352 100644 --- a/apps/maestros/content/maestros/lessons/guardrails/typescript.mdx +++ b/apps/maestros/content/maestros/lessons/guardrails/typescript.mdx @@ -135,7 +135,7 @@ Now, we'll build our Turborepo pipeline with two important characteristics. "dependsOn": ["^topo"] }, "typecheck": { - "dependsOn": ["^topo"], + "dependsOn": ["topo"], "outputs": ["node_modules/.cache/tsbuildinfo.json"] } }