diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
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", |
