Skip to content

Commit 45d1820

Browse files
committed
chore: simplify lerna config
1 parent e512174 commit 45d1820

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lerna.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"changelogPreset": "conventionalcommits"
88
}
99
},
10-
"packages": [
11-
"packages/*"
12-
],
10+
"npmClient": "yarn",
11+
"useWorkspaces": true,
1312
"version": "independent"
1413
}

0 commit comments

Comments
 (0)