From b3d3f9815dcaf2667a77abc6e6cb5e7c3b261b0c Mon Sep 17 00:00:00 2001 From: steveluscher Date: Fri, 8 Mar 2024 00:08:06 +0000 Subject: [PATCH] Remove the upstream `publish-packages` dependency in Turborepo now that publishing and versionig are two separate steps --- turbo.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/turbo.json b/turbo.json index d8dadecfd69d..b615b2131072 100644 --- a/turbo.json +++ b/turbo.json @@ -41,7 +41,6 @@ "dependsOn": [ "compile:js", "compile:typedefs", - "^publish-packages", "test:lint", "test:prettier", "test:typecheck", @@ -59,7 +58,6 @@ "compile:docs", "compile:js", "compile:typedefs", - "^publish-packages", "test:lint", "test:live-with-test-validator", "test:prettier",