update lerna config

This commit is contained in:
Philipp Kühn
2018-08-29 22:21:51 +02:00
parent 3c1a3285f1
commit a53ee1c0f7

View File

@@ -2,5 +2,7 @@
"packages": [
"packages/*"
],
"version": "independent"
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
}