summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authoradamdotdevin <[email protected]>2025-08-15 08:39:58 -0500
committeradamdotdevin <[email protected]>2025-08-15 08:39:58 -0500
commit9609c1803e68ecd753572972cb2cd531b48f1438 (patch)
tree89de4df40402bf1021b47fc52b6a4b00d6315c1b /package.json
parent6e0e87fb2ad5cc440cc5455c4e43cafc9d07aff0 (diff)
downloadopencode-9609c1803e68ecd753572972cb2cd531b48f1438.tar.gz
opencode-9609c1803e68ecd753572972cb2cd531b48f1438.zip
feat: /tui/show-toast api
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index bfd1976fc..0bd1560cd 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"scripts": {
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
"typecheck": "bun run --filter='*' typecheck",
- "stainless": "./scripts/stainless",
+ "generate": "(cd packages/sdk && ./js/script/generate.ts) && (cd packages/sdk/stainless && ./generate.ts)",
"postinstall": "./script/hooks"
},
"workspaces": {