Skip to content

Commit 43bdd5f

Browse files
committed
Work around NPM issue when publishing
1 parent cd3fae8 commit 43bdd5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/toolkit/.release-it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
},
55
"git": {
66
"tagName": "v${version}"
7+
},
8+
"npm": {
9+
"versionArgs": ["--workspaces-update=false"]
710
}
811
}

0 commit comments

Comments
 (0)