summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-17 03:33:54 -0400
committerDax Raad <[email protected]>2025-09-17 03:33:54 -0400
commit8acd537d1da65569b3793747c134b03800c7142d (patch)
treed37c30a374fd201f4cf61f6573ac8d4c05da4a74 /package.json
parent40c206c2f9999689572926a758c3661297e99a95 (diff)
downloadopencode-8acd537d1da65569b3793747c134b03800c7142d.tar.gz
opencode-8acd537d1da65569b3793747c134b03800c7142d.zip
ci: turborepo typecheck
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 89a096b03..70a54cb67 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
- "typecheck": "bun run --filter='*' typecheck",
+ "typecheck": "bun turbo typecheck",
"generate": "(cd packages/sdk && ./js/script/generate.ts) && (cd packages/sdk/stainless && ./generate.ts)",
"postinstall": "./script/hooks"
},
@@ -34,7 +34,8 @@
},
"devDependencies": {
"prettier": "3.6.2",
- "sst": "3.17.13"
+ "sst": "3.17.13",
+ "turbo": "2.5.6"
},
"repository": {
"type": "git",