mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* fix ensure-binaries bin Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix dist file extension Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * use type: module Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * fix lerna/yarn timeouts on windows Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * increase install dependency retry timeout Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> --------- Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
13 lines
238 B
JSON
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"
|
|
]
|
|
}
|