We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6173f6f commit a813f58Copy full SHA for a813f58
packages/nx-plugin/turbo.json
@@ -7,7 +7,7 @@
7
"outputs": ["dist/**"]
8
},
9
"test": {
10
- "dependsOn": ["build"]
+ // "dependsOn": ["build"] // disabled for now since build is failing
11
}
12
13
0 commit comments