build: sepecify yarn in lerna config (#154)

This commit is contained in:
meteorlxy 2019-10-08 23:01:04 +08:00 committed by Evan You
parent 8d10096d24
commit 174d13acf0

View File

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