From 1777f4ac3ff13f208660e81362cd7073479f1d3c Mon Sep 17 00:00:00 2001 From: Dennis Torres Date: Thu, 25 Jul 2024 15:41:13 -0400 Subject: [PATCH] Specify Turbo JSON Schema version --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index f3f73699..4cf879bc 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "https://turbo.build/schema.v1.json", "pipeline": { "//#commitlint:check": {}, "//#eslint:check": {},