From e4550a85ec1e86e924f0aeb8dd54265772cac4dc Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 13 Apr 2023 14:26:08 -0400 Subject: [PATCH] [lerna] option verifyAccess to false This will permit publishing to npm using an automation token. https://github.com/lerna/lerna/issues/2788#issuecomment-776726711 Signed-off-by: Bernd Hufmann --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index cd58f284e..7942dfb1f 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,6 @@ "run": { "stream": true } - } + }, + "verifyAccess": false }