fix(fleet): align migration preview and clean CI

Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
Jarvis
2026-07-16 04:10:38 -05:00
co-authored by Claude Opus 4.8
parent b7eb724c2b
commit 01d8b16474
3 changed files with 111 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": ["//"],
"tasks": {
"test": {
"dependsOn": ["^build", "build"]
}
}
}