Skip to content

Commit 4bd84e9

Browse files
committed
build: multi channel install test
1 parent 08bdc3b commit 4bd84e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/release/lib/binary-compile.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const { entry, outfile, target } = parseArgs(process.argv.slice(2));
3232

3333
const result = await Bun.build({
3434
entrypoints: [entry],
35+
// Bundler defaults to "browser"; CLI needs Node/Bun builtins.
36+
target: "bun",
3537
define: {
3638
"process.env.BAILIAN_COMPILED": JSON.stringify("1"),
3739
},

0 commit comments

Comments
 (0)