From d95b59a6b3d2e23eb3bd5ffe30314ee2e48d9d5d Mon Sep 17 00:00:00 2001 From: ak Date: Sun, 11 Aug 2024 01:06:54 +0300 Subject: [PATCH] update `turbo.json` --- turbo.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/turbo.json b/turbo.json index 337b2282c..f638e07ef 100644 --- a/turbo.json +++ b/turbo.json @@ -12,12 +12,6 @@ "dev": { "cache": false, "persistent": true - }, - "build:core": { - "dependsOn": ["^build:core"] - }, - "build:react": { - "dependsOn": ["^build:react"] } } }