]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: sepecify yarn in lerna config (#154)
authormeteorlxy <meteor.lxy@foxmail.com>
Tue, 8 Oct 2019 15:01:04 +0000 (23:01 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 8 Oct 2019 15:01:04 +0000 (11:01 -0400)
lerna.json

index e8701ac92cdb27c4bff39bde9b3a31c54248cb37..95684f95724550d4ac35ad8473ab04fd19060d13 100644 (file)
@@ -1,6 +1,5 @@
 {
-  "packages": [
-    "packages/*"
-  ],
+  "npmClient": "yarn",
+  "useWorkspaces": true,
   "version": "3.0.0-alpha.1"
 }