diff --git a/lerna.json b/lerna.json index 6962d5c4..83e4c744 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,9 @@ "command": { "version": { "message": "chore(release): publish", - "allowBranch": ["main", "fix/*"], + "allowBranch": ["main", "fix/*"] + }, + "publish": { "registry": "https://registry.npmjs.org" } },