From 22a5ce43f1c7584c94dfb25978f6b5326902c4d9 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 2 Mar 2017 16:00:44 -0500 Subject: [PATCH] fix lerna config [skip ci] --- lerna.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index 7c616d72d4..e5cba1d979 100644 --- a/lerna.json +++ b/lerna.json @@ -14,10 +14,12 @@ } }, "cacheDir": ".changelog", - "publishConfig": { - "ignore": [ - "*.md", - "test/**" - ] + "commands": { + "publish": { + "ignore": [ + "*.md", + "test/**" + ] + } } }