From 40c99e2eca63a77ec70e8685620212ee58af7851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 16 Nov 2020 21:57:10 +0100 Subject: [PATCH] fix lerna config --- lerna.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index f79642aa..7ffb5e58 100644 --- a/lerna.json +++ b/lerna.json @@ -1,14 +1,13 @@ { "packages": [ - "packages/core" + "packages/*" ], "npmClient": "yarn", "version": "independent", "useWorkspaces": false, "command": { "publish": { - "conventionalCommits": true, - "yes": true + "conventionalCommits": true } } }