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 } } }