We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@asyncapi/parser
turbo run test
1 parent 8710f53 commit ac03bb3Copy full SHA for ac03bb3
turbo.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
"pipeline": {
4
- "test": {"cache": false},
+ "test": {"cache": false, "dependsOn": ["@asyncapi/parser#build"]},
5
"prepublishOnly": {"cache": false},
6
"test:unit": {"cache": false},
7
"test:integration": {"cache": false},
0 commit comments