chore(tools): add useWorkspaces to lerna config (#1158)
This commit is contained in:
parent
c12b5ce1a3
commit
1893b8b4b8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"packages": ["packages/*", "examples/*"],
|
||||
"version": "3.0.0-alpha.41",
|
||||
"npmClient": "yarn"
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue