From 87421db9e4bb35971a2616ded2e7f25261458db7 Mon Sep 17 00:00:00 2001 From: Fuxing Loh Date: Mon, 20 Nov 2023 18:05:40 +0800 Subject: [PATCH] chore: turbo.json replace url --- .idea/frontmatter.iml | 1 + packages/crypto-frontmatter/turbo.json | 2 +- packages/turbo.json | 2 +- turbo.json | 2 +- website/turbo.json | 2 +- workspace/contented-config/turbo.json | 2 +- workspace/sync-trustwallet-assets/turbo.json | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.idea/frontmatter.iml b/.idea/frontmatter.iml index aede29d18..fb0b8a0ec 100644 --- a/.idea/frontmatter.iml +++ b/.idea/frontmatter.iml @@ -19,6 +19,7 @@ + diff --git a/packages/crypto-frontmatter/turbo.json b/packages/crypto-frontmatter/turbo.json index 395acb73b..9bd277dd6 100644 --- a/packages/crypto-frontmatter/turbo.json +++ b/packages/crypto-frontmatter/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "https://turbo.build/schema.json", "extends": ["//"], "pipeline": { "build": { diff --git a/packages/turbo.json b/packages/turbo.json index bf3f3aec7..2ee0c1215 100644 --- a/packages/turbo.json +++ b/packages/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "https://turbo.build/schema.json", "extends": ["//"], "pipeline": { "build": { diff --git a/turbo.json b/turbo.json index e8029f355..7b0b66ba0 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "https://turbo.build/schema.json", "pipeline": { "clean": { "cache": false diff --git a/website/turbo.json b/website/turbo.json index c52e46fd1..d94734e29 100644 --- a/website/turbo.json +++ b/website/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "https://turbo.build/schema.json", "extends": ["//"], "pipeline": { "mirror": { diff --git a/workspace/contented-config/turbo.json b/workspace/contented-config/turbo.json index 2f05429e5..45c3df8cb 100644 --- a/workspace/contented-config/turbo.json +++ b/workspace/contented-config/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "https://turbo.build/schema.json", "extends": ["//"], "pipeline": { "build": { diff --git a/workspace/sync-trustwallet-assets/turbo.json b/workspace/sync-trustwallet-assets/turbo.json index 55b4485ce..32a8af71e 100644 --- a/workspace/sync-trustwallet-assets/turbo.json +++ b/workspace/sync-trustwallet-assets/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "https://turbo.build/schema.json", "extends": ["//"], "pipeline": { "sync": {