From 174d13acf07ad2f4dfcf5798987e59c4c6ea81e9 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Tue, 8 Oct 2019 23:01:04 +0800 Subject: [PATCH] build: sepecify yarn in lerna config (#154) --- lerna.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index e8701ac9..95684f95 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,5 @@ { - "packages": [ - "packages/*" - ], + "npmClient": "yarn", + "useWorkspaces": true, "version": "3.0.0-alpha.1" }