Skip to content

Commit f10b7fc

Browse files
committed
corrected the indentation.
1 parent 4fda2a4 commit f10b7fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

turbo.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"pipeline": {
44
"test": {"cache": false},
55
"prepublishOnly": {"cache": false},
6-
"test:unit": {"cache": false},
7-
"test:integration": {"cache": false},
8-
"test:browser": {"cache": false},
9-
"lint": {"cache": false},
10-
"lint:fix": {"cache": false},
11-
"build": {"cache": false , "dependsOn": ["@asyncapi/parser#build"]},
12-
"@asyncapi/parser#build":{"cache": false},
13-
"multi-parser:build":{"cache":false, "dependsOn": ["@asyncapi/parser#build"]}
6+
"test:unit": {"cache": false},
7+
"test:integration": {"cache": false},
8+
"test:browser": {"cache": false},
9+
"lint": {"cache": false},
10+
"lint:fix": {"cache": false},
11+
"build": {"cache": false , "dependsOn": ["@asyncapi/parser#build"]},
12+
"@asyncapi/parser#build":{"cache": false},
13+
"multi-parser:build":{"cache":false, "dependsOn": ["@asyncapi/parser#build"]}
1414

1515
}
1616
}

0 commit comments

Comments
 (0)