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/**" + ] + } } }