1
0
Fork 0

chore(tools): add useWorkspaces to lerna config (#1158)

This commit is contained in:
Clément Vannicatte 2021-11-02 15:45:12 +01:00 committed by GitHub
parent c12b5ce1a3
commit 1893b8b4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.0.0-alpha.41",
"npmClient": "yarn"
"npmClient": "yarn",
"useWorkspaces": true
}