Skip to content

Commit

Permalink
chore: added fallback to disk for nx release if it can't find the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Nov 3, 2024
1 parent 42ab102 commit 5c81c33
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 @@ -83,7 +83,8 @@
"conventionalCommits": true,
"preVersionCommand": "npx nx run-many -t build",
"generatorOptions": {
"packageRoot": "dist/{projectName}"
"packageRoot": "dist/{projectName}",
"fallbackCurrentVersionResolver": "disk"
}
},
"git": {
Expand Down

0 comments on commit 5c81c33

Please sign in to comment.