Skip to content

Commit 75d38a5

Browse files
Undo change to git push origin robertbrignull/eslint-9 boolean
1 parent 7b30f30 commit 75d38a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const context = await esbuild.context({
3232
outdir: "dist",
3333
platform: "node",
3434
format: "cjs",
35-
sourcemap: process.env.CODEQL_VARIANT_ANALYSIS_ACTION_GENERATE_SOURCEMAPS
35+
sourcemap: !!process.env.CODEQL_VARIANT_ANALYSIS_ACTION_GENERATE_SOURCEMAPS
3636
? "external"
3737
: false,
3838
chunkNames: "chunks/[name]-[hash]",

0 commit comments

Comments
 (0)