From: meteorlxy Date: Tue, 8 Oct 2019 15:01:04 +0000 (+0800) Subject: build: sepecify yarn in lerna config (#154) X-Git-Tag: v3.0.0-alpha.0~558 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=174d13acf07ad2f4dfcf5798987e59c4c6ea81e9;p=thirdparty%2Fvuejs%2Fcore.git build: sepecify yarn in lerna config (#154) --- diff --git a/lerna.json b/lerna.json index e8701ac92c..95684f9572 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,5 @@ { - "packages": [ - "packages/*" - ], + "npmClient": "yarn", + "useWorkspaces": true, "version": "3.0.0-alpha.1" }