mirror of
https://github.com/lensapp/lens.git
synced 2024-11-28 11:53:41 +03:00
3649070ca3
* Release 6.5.0-alpha.1 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Switch to having lerna in independent mode Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix package versions Signed-off-by: Sebastian Malton <sebastian@malton.name> * Update snapshot Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Sebastian Malton <sebastian@malton.name>
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"npmClient": "npm",
|
|
"npmClientArgs": [
|
|
"--network-timeout=100000"
|
|
]
|
|
}
|