Skip to content

Commit 58d617b

Browse files
chore(release): fix plugin release nx attempt (#52)
1 parent a3e6d2b commit 58d617b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"version": {
6969
"conventionalCommits": true,
7070
"preVersionCommand": "nx run-many -t build",
71-
"postVersionCommand": "npm run sync-plugin-versions"
71+
"postVersionCommand": "npm run sync-plugin-versions",
72+
"fallbackCurrentVersionResolver": "disk"
7273
},
7374
"git": {
7475
"commit": true,

0 commit comments

Comments
 (0)