From f10b7fc75bb5ff5a696fd2a35183797a83c34e04 Mon Sep 17 00:00:00 2001 From: ayushnau Date: Fri, 19 Jul 2024 12:15:16 +0530 Subject: [PATCH] corrected the indentation. --- turbo.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/turbo.json b/turbo.json index 3fc08e58f..7dbfcdf0e 100644 --- a/turbo.json +++ b/turbo.json @@ -3,14 +3,14 @@ "pipeline": { "test": {"cache": false}, "prepublishOnly": {"cache": false}, - "test:unit": {"cache": false}, - "test:integration": {"cache": false}, - "test:browser": {"cache": false}, - "lint": {"cache": false}, - "lint:fix": {"cache": false}, - "build": {"cache": false , "dependsOn": ["@asyncapi/parser#build"]}, - "@asyncapi/parser#build":{"cache": false}, - "multi-parser:build":{"cache":false, "dependsOn": ["@asyncapi/parser#build"]} + "test:unit": {"cache": false}, + "test:integration": {"cache": false}, + "test:browser": {"cache": false}, + "lint": {"cache": false}, + "lint:fix": {"cache": false}, + "build": {"cache": false , "dependsOn": ["@asyncapi/parser#build"]}, + "@asyncapi/parser#build":{"cache": false}, + "multi-parser:build":{"cache":false, "dependsOn": ["@asyncapi/parser#build"]} } }