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:
parent
f02e09245b
commit
7a4f30ab61
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,3 +9,6 @@ lerna-debug.log
|
||||
coverage
|
||||
dist
|
||||
node_modules
|
||||
.linkable.json
|
||||
yalc.lock
|
||||
.yalc
|
||||
|
||||
1
package-lock.json
generated
1
package-lock.json
generated
@ -5,6 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "lens-monorepo",
|
||||
"hasInstallScript": true,
|
||||
"workspaces": [
|
||||
"packages/**/*",
|
||||
"open-lens"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user