We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c36f1d commit 05fffc8Copy full SHA for 05fffc8
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"codio-authoring-unregister": "./bin/codio-authoring-unregister.js"
18
},
19
"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",
+ "build": "bun build src/index.ts --outdir dist --target node --format esm --external @opencode-ai/plugin --external @opencode-ai/sdk && tsc --emitDeclarationOnly",
21
"postinstall": "node ./bin/codio-authoring-register.js || true",
22
"preuninstall": "node ./bin/codio-authoring-unregister.js || true",
23
"test": "bun test",
0 commit comments