From ec1b6a741b147edd30d37f24f0c43fea05a2195f Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:57:44 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"chore:=20add=20dependency=20on=20buil?= =?UTF-8?q?ding=20`@asyncapi/parser`=20for=20`turbo=20run=20t=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ac03bb317ddff02a6e1b65eca5b502d7dad3e69e. --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index ece1837c6..7dbfcdf0e 100644 --- a/turbo.json +++ b/turbo.json @@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "pipeline": { - "test": {"cache": false, "dependsOn": ["@asyncapi/parser#build"]}, + "test": {"cache": false}, "prepublishOnly": {"cache": false}, "test:unit": {"cache": false}, "test:integration": {"cache": false},