ci: tweak

This commit is contained in:
Dax Raad
2025-10-12 00:40:48 -04:00
parent b4171aa8e8
commit 24a5b16af8
2 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
"workspaces": { "workspaces": {
"": { "": {
"name": "opencode", "name": "opencode",
"dependencies": {
"@opencode-ai/sdk": "workspace:*",
},
"devDependencies": { "devDependencies": {
"@tsconfig/bun": "1.0.9", "@tsconfig/bun": "1.0.9",
"husky": "9.1.7", "husky": "9.1.7",

View File

@@ -38,6 +38,9 @@
"sst": "3.17.19", "sst": "3.17.19",
"turbo": "2.5.6" "turbo": "2.5.6"
}, },
"dependencies": {
"@opencode-ai/sdk": "workspace:*"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sst/opencode" "url": "https://github.com/sst/opencode"