Skip to content

Commit

Permalink
chore: update esbuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 2, 2024
1 parent 30d798f commit 68bef20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ await esbuild.build({
outfile: 'dist/index.js',
bundle: true,
format: 'esm',
platform: 'neutral',
target: 'es2022',
external: ['prettier'],
minify: !!Deno.env.get('CI'),
target: 'node18',
})

await Deno.writeTextFile(
Expand Down

0 comments on commit 68bef20

Please sign in to comment.