diff --git a/turbo.json b/turbo.json index 65aec519..aacbb0f9 100644 --- a/turbo.json +++ b/turbo.json @@ -42,7 +42,7 @@ "outputs": ["node_modules/.cache/jest/**"] }, "typecheck": { - "dependsOn": ["^typecheck", "//#typecheck"], + "dependsOn": ["build", "^typecheck", "//#typecheck"], "outputs": ["node_modules/.cache/tsbuildinfo.json"] }, "//#syncpack": {},