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 879c1ad commit 6e20065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
# run: npx nx run-many -t lint
# - name: Test
# run: npx nx run-many -t test --configuration=ci

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
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 6e20065

Please sign in to comment.