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:
parent
fdf77723e1
commit
2a80c17ed5
@ -5,5 +5,8 @@
|
||||
"packages/*"
|
||||
],
|
||||
"version": "6.4.0-beta.10",
|
||||
"npmClient": "yarn"
|
||||
"npmClient": "yarn",
|
||||
"npmClientArgs": [
|
||||
"--network-timeout=100000"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user