diff --git a/build.ts b/build.ts index 827103d..c367b9b 100644 --- a/build.ts +++ b/build.ts @@ -10,6 +10,7 @@ const b = () => platform: 'node', outfile: 'bin', format: 'cjs', + minify: true, }) Promise.all([b()])