Skip to content

Commit 694dbe1

Browse files
committed
Build binary in production mode
1 parent 351cc20 commit 694dbe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/scripts/build-binary.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ async function main() {
162162
'build',
163163
'src/index.tsx',
164164
'--compile',
165+
'--production',
165166
`--target=${targetInfo.bunTarget}`,
166167
`--outfile=${outputFile}`,
167168
'--sourcemap=none',

0 commit comments

Comments
 (0)