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

Merge branch 'master' into fix-split-library

This commit is contained in:
Jari Kolehmainen 2023-02-03 12:22:18 +02:00 committed by GitHub
commit 95d7b71b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 --include-dependencies"
},
"devDependencies": {
"@k8slens/semver": "./packages/semver",