diff --git a/examples/basic/turbo.json b/examples/basic/turbo.json index 33d0621ee2f4d..c2601a4955046 100644 --- a/examples/basic/turbo.json +++ b/examples/basic/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], diff --git a/examples/design-system/turbo.json b/examples/design-system/turbo.json index 284edea98ce4c..15d9b9c227d7b 100644 --- a/examples/design-system/turbo.json +++ b/examples/design-system/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": [ diff --git a/examples/kitchen-sink/turbo.json b/examples/kitchen-sink/turbo.json index 0a573acf5e1f0..3fbb096f6d24f 100644 --- a/examples/kitchen-sink/turbo.json +++ b/examples/kitchen-sink/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": [ diff --git a/examples/with-changesets/turbo.json b/examples/with-changesets/turbo.json index 284edea98ce4c..15d9b9c227d7b 100644 --- a/examples/with-changesets/turbo.json +++ b/examples/with-changesets/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": [ diff --git a/examples/with-create-react-app/turbo.json b/examples/with-create-react-app/turbo.json index 455eb3f42e58d..ac07248f8c1f3 100644 --- a/examples/with-create-react-app/turbo.json +++ b/examples/with-create-react-app/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": ["build/**", "dist/**"], diff --git a/examples/with-docker/turbo.json b/examples/with-docker/turbo.json index ea15cb1f84f74..3b477afa314b2 100644 --- a/examples/with-docker/turbo.json +++ b/examples/with-docker/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": ["dist/**", ".next/**", "public/dist/**"], diff --git a/examples/with-pnpm/turbo.json b/examples/with-pnpm/turbo.json index df69a7e0c2b48..66a6bcaac8b8e 100644 --- a/examples/with-pnpm/turbo.json +++ b/examples/with-pnpm/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": [ diff --git a/examples/with-react-native-web/turbo.json b/examples/with-react-native-web/turbo.json index 0c9e51a5f7e91..2dee93f50082b 100644 --- a/examples/with-react-native-web/turbo.json +++ b/examples/with-react-native-web/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "outputs": ["dist/**", ".next/**"], diff --git a/examples/with-svelte/turbo.json b/examples/with-svelte/turbo.json index f5f36c067ff7f..53407b4b8f038 100644 --- a/examples/with-svelte/turbo.json +++ b/examples/with-svelte/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], diff --git a/examples/with-tailwind/turbo.json b/examples/with-tailwind/turbo.json index f02f612a832d9..984469d6da1c1 100644 --- a/examples/with-tailwind/turbo.json +++ b/examples/with-tailwind/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], diff --git a/examples/with-vite/turbo.json b/examples/with-vite/turbo.json index c1543e3b16973..2158d17ea02f8 100644 --- a/examples/with-vite/turbo.json +++ b/examples/with-vite/turbo.json @@ -1,4 +1,5 @@ { + "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"],