Skip to content

Commit b6901f4

Browse files
committed
chore: we need to ignore yarn workspaces with lerna not to publish unwanted packages (demos,...)
1 parent 36d14a5 commit b6901f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"useWorkspaces": true,
6+
"useWorkspaces": false,
77
"command": {
88
"publish": {
99
"conventionalCommits": true,

0 commit comments

Comments
 (0)