1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/lerna.json
Sebastian Malton 587f1a4f87 Release 6.5.0-alpha.1
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-13 15:38:56 -04:00

10 lines
196 B
JSON

{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "independent",
"npmClient": "npm",
"npmClientArgs": [
"--network-timeout=100000"
]
}