mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- `lerna bootstrap` is to be deprecated. The `yarn workspace` should be used instead: https://lerna.js.org/docs/getting-started#package-dependency-management - `"@k8slens/semver": "./packages/semver"` syntax is not universally supported. (In fact, it's not supported by [flatpak_node_generator](https://github.com/flatpak/flatpak-builder-tools/tree/master/node) that I use to [publish this application to flathub.org](https://github.com/flathub/flathub/pull/3811). Of course, it would be [more standard-compliant](https://yarnpkg.com/features/workspaces#workspace-ranges-workspace) to use `workspace:` when you upgrade to yarn 2. Signed-off-by: proletarius101 <proletarius101@protonmail.com>
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"useWorkspaces": true,
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "6.4.0-beta.13",
|
|
"npmClient": "yarn",
|
|
"npmClientArgs": [
|
|
"--network-timeout=100000"
|
|
]
|
|
}
|