mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore: lint fix
This commit is contained in:
parent
7c23e0685c
commit
9da41335f0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ await build({
|
||||||
bundle: true,
|
bundle: true,
|
||||||
platform: 'node',
|
platform: 'node',
|
||||||
target: 'node24',
|
target: 'node24',
|
||||||
minify: !!env['CI'],
|
minify: !!env.CI,
|
||||||
tsconfig: 'tsconfig.dist.json',
|
tsconfig: 'tsconfig.dist.json',
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
format: 'esm',
|
format: 'esm',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue