Skip to content

Commit ac03bb3

Browse files
authored
chore: add dependency on building @asyncapi/parser for turbo run test (#1078)
1 parent 8710f53 commit ac03bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"pipeline": {
4-
"test": {"cache": false},
4+
"test": {"cache": false, "dependsOn": ["@asyncapi/parser#build"]},
55
"prepublishOnly": {"cache": false},
66
"test:unit": {"cache": false},
77
"test:integration": {"cache": false},

0 commit comments

Comments
 (0)