1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix invalid bin links causing errors on windows

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-02-03 09:54:47 +02:00
parent 5002b450fd
commit 370b6cd9c7

View File

@ -19,7 +19,7 @@
"test:integration": "lerna run --stream test:integration",
"bump-version": "lerna version --no-git-tag-version --no-push",
"create-release-pr": "node packages/release-tool",
"postinstall": "lerna bootstrap"
"postinstall": "lerna bootstrap --ignore open-lens && lerna bootstrap --scope open-lens"
},
"devDependencies": {
"@k8slens/semver": "./packages/semver",