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"]} } }