From 9da41335f0f95947a939723e194518113b569d76 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 30 Jan 2026 15:29:49 +0100 Subject: [PATCH] chore: lint fix --- tools/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',