Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1893b8b

Browse files
authored
chore(tools): add useWorkspaces to lerna config (algolia#1158)
1 parent c12b5ce commit 1893b8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"packages": ["packages/*", "examples/*"],
33
"version": "3.0.0-alpha.41",
4-
"npmClient": "yarn"
4+
"npmClient": "yarn",
5+
"useWorkspaces": true
56
}

0 commit comments

Comments
 (0)