Skip to content

Commit

Permalink
corrected the indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnau committed Jul 19, 2024
1 parent 4fda2a4 commit f10b7fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

}
}

0 comments on commit f10b7fc

Please sign in to comment.