build(cli): decouple cli tests from upstream builds (#1402)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-22 07:46:26 -05:00
committed by GitHub
co-authored by Claude
parent 587c302fe5
commit 6149e7fce7
2 changed files with 12 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": [],
"outputs": []
}
}
}