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 fc693fd commit 08b0823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx nx release
run: npx nx release publish
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 @@ -54,7 +54,7 @@ const filterMetaHandler: FilterMetaCommandModule['handler'] = (argv: FilterMetaO
removeDynamicImports(meta);
}
makeJson(argv.outPath, meta);
console.log('Filter Meta File was successfully created as ' + argv.outPath);
console.log('Filtered Meta File was successfully created as ' + argv.outPath);
}

export const filterMetaCommand: FilterMetaCommandModule = {
Expand Down

0 comments on commit 08b0823

Please sign in to comment.