diff options
| author | Dax <[email protected]> | 2025-07-31 01:00:29 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-31 01:00:29 -0400 |
| commit | 33cef075d228e80aefb44671ec68e1989c2855a8 (patch) | |
| tree | d43a5c1bcc40d4d938eacccfd923c80301706cf1 /package.json | |
| parent | b09ebf464552f3899120b22c7a8572669000a554 (diff) | |
| download | opencode-33cef075d228e80aefb44671ec68e1989c2855a8.tar.gz opencode-33cef075d228e80aefb44671ec68e1989c2855a8.zip | |
ci: new publish method (#1451)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 92e4a2765..d1e51278d 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,12 @@ }, "workspaces": { "packages": [ - "packages/*" + "packages/*", + "packages/sdk/js" ], "catalog": { "@types/node": "22.13.9", + "@tsconfig/node22": "22.0.2", "ai": "5.0.0-beta.33", "hono": "4.7.10", "typescript": "5.8.2", |
