1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix lerna/yarn timeouts on windows

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-02-01 09:52:09 +02:00
parent fdf77723e1
commit 2a80c17ed5

View File

@ -5,5 +5,8 @@
"packages/*"
],
"version": "6.4.0-beta.10",
"npmClient": "yarn"
"npmClient": "yarn",
"npmClientArgs": [
"--network-timeout=100000"
]
}