From d97f40eeb605b179a3e8bdcd8c65610a22a43d39 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Thu, 13 Apr 2023 12:40:01 -0400 Subject: [PATCH] [lerna] option verifyAccess to false We hope this will permit publishing to npm using an automation token. See: https://github.com/lerna/lerna/issues/2788#issuecomment-776726711 Signed-off-by: Marc Dumais --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index e70f6a1..5adb934 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,6 @@ "run": { "stream": true } - } + }, + "verifyAccess": false }