From 672eb2b5663df67c64f142607767264b689d5eec Mon Sep 17 00:00:00 2001 From: yuche Date: Thu, 22 Mar 2018 15:00:28 +0800 Subject: [PATCH] chore: change lerna to independent mode --- lerna.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 51eb70b5..40a80ea1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,12 +4,9 @@ "packages/*" ], "command": { - "init": { - "exact": true - }, "publish": { "message": "chore(release): publish %s" } }, - "version": "1.2.15" + "version": "independent" }