From 9c1e87da4104c4a0de36290abeff7520ab5c63de Mon Sep 17 00:00:00 2001 From: Alix von Schirp Date: Mon, 22 Dec 2025 00:10:20 +0100 Subject: [PATCH] fix: turbo check-types -> check Signed-off-by: Alix von Schirp --- turbo.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.jsonc b/turbo.jsonc index 6f807f1..baace8f 100644 --- a/turbo.jsonc +++ b/turbo.jsonc @@ -4,8 +4,8 @@ "build": { "outputs": ["dist/**"] }, - "check-types": { - "dependsOn": ["^check-types"] + "check": { + "dependsOn": ["^check"] }, "dev": { "persistent": true,