Skip to content

Commit 05fffc8

Browse files
committed
try bundle zod
1 parent 7c36f1d commit 05fffc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"codio-authoring-unregister": "./bin/codio-authoring-unregister.js"
1818
},
1919
"scripts": {
20-
"build": "bun build src/index.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/sdk --external zod && tsc --emitDeclarationOnly",
20+
"build": "bun build src/index.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/sdk && tsc --emitDeclarationOnly",
2121
"postinstall": "node ./bin/codio-authoring-register.js || true",
2222
"preuninstall": "node ./bin/codio-authoring-unregister.js || true",
2323
"test": "bun test",

0 commit comments

Comments
 (0)