From d234e52d002262cbd0c225f0d7fb798af8028e6b Mon Sep 17 00:00:00 2001 From: patricklafrance Date: Tue, 10 Dec 2024 20:48:22 -0500 Subject: [PATCH] More stuff --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {},