From 5fa17379c5cd4eaa0e5a5597b377e711db4a7ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A9l=20Solano?= Date: Tue, 18 Nov 2025 21:22:35 +0100 Subject: [PATCH] chore: use relative schema path for turbo.json (#6061) --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 9665a911e1..1994060324 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "./node_modules/turbo/schema.json", "globalDependencies": [ "package.json", "tsconfig.json",