We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ce1d commit 3a9bb6eCopy full SHA for 3a9bb6e
1 file changed
cli/package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"dev": "./scripts/dev.sh",
19
"prebuild": "bun run build:sdk",
20
- "build": "bun build src/index.tsx --outdir dist --target node --format esm",
+ "build": "bun build src/index.tsx --outdir dist --target bun --format esm",
21
"build:sdk": "cd ../sdk && bun run build",
22
"build:sdk-types": "cd ../sdk && bun run build:types",
23
"build:binary": "bun ./scripts/build-binary.ts codebuff $npm_package_version",
0 commit comments