Skip to content

Commit

Permalink
fix: don't minify binary file (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp authored Jun 27, 2024
1 parent f7ba191 commit 35ee921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const b = () =>
platform: 'node',
outfile: 'bin',
format: 'cjs',
minify: true,
// For debug
minify: false,
})

Promise.all([b()])

0 comments on commit 35ee921

Please sign in to comment.