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,