From d32389fa81bba5b4e3069e2f5257dd8a0c9ed1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sun, 26 Jul 2026 00:13:35 +0200 Subject: [PATCH] Fix CI --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index fcbaf52..6a2ee39 100644 --- a/turbo.json +++ b/turbo.json @@ -3,6 +3,7 @@ "tasks": { "lint:tsc": { + "dependsOn": ["^build"], "cache": false }, "lint:biome": {