diff options
| author | Adam <[email protected]> | 2026-01-19 07:15:57 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-19 09:03:52 -0600 |
| commit | f00f18b926e21c5d48b8fdf5cb216888f1c52f82 (patch) | |
| tree | b6be9f1f73ad3eb91f380f855ba43cd125db9a54 | |
| parent | e9ede70793dae3f1f12b3e6144c0229b9ce96610 (diff) | |
| download | opencode-f00f18b926e21c5d48b8fdf5cb216888f1c52f82.tar.gz opencode-f00f18b926e21c5d48b8fdf5cb216888f1c52f82.zip | |
chore: cleanup
| -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": [] } } } |
