From 877188b7569ba2128abb87b00c1934a3c687649d Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 29 Apr 2025 13:07:35 +0200 Subject: [PATCH] fix typo --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index c15dcdb7b..65b0842a3 100644 --- a/turbo.json +++ b/turbo.json @@ -10,7 +10,7 @@ "typecheck": { }, "dev": { - "dependsOn": ["config#build"], + "dependsOn": ["config-schema#build"], "persistent": true, "cache": false },