From 5d4c416f2b83d5925ab899f92fd281bc14589f85 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Sun, 18 Sep 2022 18:36:35 +1000 Subject: [PATCH] Add dependency to check:types in turborepo --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 869b28cf..3e62fd52 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,7 @@ "outputs": [] }, "check:types": { + "dependsOn": ["^build"], "outputs": [] }, "dev": { -- 2.51.2