diff --git a/lerna.json b/lerna.json index 0a4bc2ec5e..5641e8b0f9 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,8 @@ "packages/*" ], "version": "6.4.0-beta.10", - "npmClient": "yarn" + "npmClient": "yarn", + "npmClientArgs": [ + "--network-timeout=100000" + ] }