diff options
| author | Dax Raad <[email protected]> | 2025-09-27 03:17:22 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 03:17:22 -0400 |
| commit | bab1ca54e4eda9d7886b1a8032b332e749e957e6 (patch) | |
| tree | 2f43431e9c913424fb76bfcecf1d1378707a1473 /turbo.json | |
| parent | d644e0b8a7ffbf42de50cd69e72c3edcd4366828 (diff) | |
| download | opencode-bab1ca54e4eda9d7886b1a8032b332e749e957e6.tar.gz opencode-bab1ca54e4eda9d7886b1a8032b332e749e957e6.zip | |
ci: test
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/turbo.json b/turbo.json index 9b978176b..6b1c9b324 100644 --- a/turbo.json +++ b/turbo.json @@ -6,8 +6,9 @@ "dependsOn": ["^build"], "outputs": ["dist/**"] }, - "test": { - "dependsOn": ["^test"] + "opencode#test": { + "dependsOn": ["^build"], + "outputs": [] } } } |
