Skip to content

Commit

Permalink
fix(esbuild-meta): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 20, 2024
1 parent fb7bbe7 commit dc27a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild-meta/src/lib/filter-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const filterMetaHandler: FilterMetaCommandModule['handler'] = (argv: FilterMetaO

export const filterMetaCommand: FilterMetaCommandModule = {
command: 'filter',
describe: 'Filters the meta file to only include chunks required by specified entry points',
describe: 'Filters the meta file to only include chunks required by specified entry points.',
aliases: 'f',
builder: filterMetaBuilder,
handler: filterMetaHandler
Expand Down

0 comments on commit dc27a6e

Please sign in to comment.