From 24a5b16af82f268942bfd4e56f8e2e3877f0cfb2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 12 Oct 2025 00:40:48 -0400 Subject: [PATCH] ci: tweak --- bun.lock | 3 +++ package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bun.lock b/bun.lock index 38c8abfa..cd98848d 100644 --- a/bun.lock +++ b/bun.lock @@ -3,6 +3,9 @@ "workspaces": { "": { "name": "opencode", + "dependencies": { + "@opencode-ai/sdk": "workspace:*", + }, "devDependencies": { "@tsconfig/bun": "1.0.9", "husky": "9.1.7", diff --git a/package.json b/package.json index 4ad8de3e..e81bf751 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,9 @@ "sst": "3.17.19", "turbo": "2.5.6" }, + "dependencies": { + "@opencode-ai/sdk": "workspace:*" + }, "repository": { "type": "git", "url": "https://github.com/sst/opencode"