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 3ed22cb commit a0a2485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,8 @@
"projects": ["esbuild-meta"],
"projectsRelationship": "independent",
"version": {
"preVersionCommand": "npx nx run-many -t build",
"generatorOptions": {
"packageRoot": "dist/packages/{projectName}",
"currentVersionResolver": "git-tag"
}
"conventionalCommits": true,
"preVersionCommand": "npx nx run-many -t build"
},
"changelog": {
"projectChangelogs": {
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 a0a2485

Please sign in to comment.