1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/lerna.json
Jari Kolehmainen 2a80c17ed5 fix lerna/yarn timeouts on windows
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2023-02-01 09:52:09 +02:00

13 lines
238 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": false,
"packages": [
"packages/*"
],
"version": "6.4.0-beta.10",
"npmClient": "yarn",
"npmClientArgs": [
"--network-timeout=100000"
]
}