From e5e7f5bf79e1b804791eeabbb26c543517e7bb53 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 26 Oct 2017 19:22:13 -0400 Subject: [PATCH] Lerna: Add publishConfig access public [skip ci] (#6557) --- lerna.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lerna.json b/lerna.json index 4a7c366dcc..1093e542c2 100644 --- a/lerna.json +++ b/lerna.json @@ -29,6 +29,9 @@ "codemods/*", "experimental/*" ], + "publishConfig": { + "access": "public" + }, "npmClient": "yarn", "npmClientArgs": [ "--no-lockfile"