diff --git a/lerna.json b/lerna.json index ae5b694..4072658 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,8 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "independent" + "version": "independent", + "publishConfig": { + "access": "public" + } }