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 97a8497 commit 9d9e795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"projectsRelationship": "independent",
"version": {
"conventionalCommits": true,
"preVersionCommand": "npx nx run-many -t build"
"preVersionCommand": "npx nx run-many -t build",
"packageRoot": "dist/packages/{projectName}"
},
"changelog": {
"projectChangelogs": {
Expand Down

0 comments on commit 9d9e795

Please sign in to comment.