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

chore: Add infra for linkable

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-05-30 14:43:21 +03:00
parent a989503c85
commit 394c6b6784
3 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -9,3 +9,6 @@ lerna-debug.log
coverage
dist
node_modules
.linkable.json
yalc.lock
.yalc

1
package-lock.json generated
View File

@ -5,6 +5,7 @@
"packages": {
"": {
"name": "lens-monorepo",
"hasInstallScript": true,
"workspaces": [
"packages/**/*",
"open-lens"

View File

@ -21,6 +21,7 @@
"postdev": "lerna watch -- lerna run build --stream --include-dependents --scope \\$LERNA_PACKAGE_NAME",
"prestart-dev": "cd ./open-lens && npm run build:tray-icons && npm run download:binaries",
"start-dev": "lerna run start",
"postinstall": "linkable",
"lint": "lerna run lint --stream --no-bail",
"lint:fix": "lerna run lint:fix --stream",
"mkdocs:serve-local": "docker build -t mkdocs-serve-local:latest mkdocs/ && docker run --rm -it -p 8000:8000 -v ${PWD}:/docs mkdocs-serve-local:latest",