diff options
| author | Dax Raad <[email protected]> | 2025-09-19 06:10:27 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-19 06:10:27 -0400 |
| commit | 824e035815f720554bc51423b6a2e0cdf02460d6 (patch) | |
| tree | e8d4fa3ae96d677addc2a21a5642395f916c729b /turbo.json | |
| parent | d652b94a1454d51172467d916c820effbe4bc1e4 (diff) | |
| download | opencode-824e035815f720554bc51423b6a2e0cdf02460d6.tar.gz opencode-824e035815f720554bc51423b6a2e0cdf02460d6.zip | |
ci: stuff
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json index 3fd3914b0..cd40493de 100644 --- a/turbo.json +++ b/turbo.json @@ -3,7 +3,8 @@ "tasks": { "typecheck": {}, "build": { - "dependsOn": ["^build"] + "dependsOn": ["^build"], + "outputs": ["dist/**"] } } } |
