summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-19 06:10:27 -0400
committerDax Raad <[email protected]>2025-09-19 06:10:27 -0400
commit824e035815f720554bc51423b6a2e0cdf02460d6 (patch)
treee8d4fa3ae96d677addc2a21a5642395f916c729b /turbo.json
parentd652b94a1454d51172467d916c820effbe4bc1e4 (diff)
downloadopencode-824e035815f720554bc51423b6a2e0cdf02460d6.tar.gz
opencode-824e035815f720554bc51423b6a2e0cdf02460d6.zip
ci: stuff
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json3
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/**"]
}
}
}