diff --git a/tools/compile.js b/tools/compile.js index 34350062..988e6794 100644 --- a/tools/compile.js +++ b/tools/compile.js @@ -6,7 +6,7 @@ await build({ bundle: true, platform: 'node', target: 'node24', - minify: !!env['CI'], + minify: !!env.CI, tsconfig: 'tsconfig.dist.json', sourcemap: true, format: 'esm',