diff options
| -rw-r--r-- | turbo.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/turbo.json b/turbo.json index 6b1c9b324..5de1b8d75 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,10 @@ "opencode#test": { "dependsOn": ["^build"], "outputs": [] + }, + "@opencode-ai/app#test": { + "dependsOn": ["^build"], + "outputs": [] } } } |
