This commit is contained in:
Dax Raad
2025-09-27 03:17:22 -04:00
parent 1908ed7a49
commit 3a20194084
3 changed files with 3 additions and 33 deletions
+3 -2
View File
@@ -6,8 +6,9 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["^test"]
"opencode#test": {
"dependsOn": ["^build"],
"outputs": []
}
}
}