Skip to content

Commit

Permalink
fix(esbuild-meta): fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 29, 2024
1 parent a3dda38 commit 3ed22cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"projects": ["esbuild-meta"],
"projectsRelationship": "independent",
"version": {
"conventionalCommits": true,
"preVersionCommand": "npx nx run-many -t build",
"generatorOptions": {
"packageRoot": "dist/packages/{projectName}",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-meta/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ import { filterMetaCommand } from './lib/filter-meta.js';

yargs(hideBin(argv)).command('$0', 'Default Command is filter', filterMetaCommand).parse();

console.log('Esbuild Meta Completed Successfully!!!');
console.log('Esbuild Meta Completed Successfully.');

0 comments on commit 3ed22cb

Please sign in to comment.