We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e6d2b commit 58d617bCopy full SHA for 58d617b
1 file changed
nx.json
@@ -68,7 +68,8 @@
68
"version": {
69
"conventionalCommits": true,
70
"preVersionCommand": "nx run-many -t build",
71
- "postVersionCommand": "npm run sync-plugin-versions"
+ "postVersionCommand": "npm run sync-plugin-versions",
72
+ "fallbackCurrentVersionResolver": "disk"
73
},
74
"git": {
75
"commit": true,
0 commit comments