mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
move adr to root
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
b969340dd5
commit
bc87eb4f22
@ -10,9 +10,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
|
||||||
|
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
|
||||||
|
"adr:update-readme": "adr update",
|
||||||
|
"adr:list": "adr list",
|
||||||
"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"
|
"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"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"adr": "^1.4.3",
|
||||||
"lerna": "^6.3.0"
|
"lerna": "^6.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -47,10 +47,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "OpenLens Authors <info@k8slens.dev>",
|
"author": "OpenLens Authors <info@k8slens.dev>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
|
|
||||||
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
|
|
||||||
"adr:update-readme": "adr update",
|
|
||||||
"adr:list": "adr list",
|
|
||||||
"build": "yarn run compile-library",
|
"build": "yarn run compile-library",
|
||||||
"dev": "concurrently -i -k \"yarn run dev-run -C\" yarn:dev:*",
|
"dev": "concurrently -i -k \"yarn run dev-run -C\" yarn:dev:*",
|
||||||
"dev-build": "concurrently yarn:compile:*",
|
"dev-build": "concurrently yarn:compile:*",
|
||||||
@ -374,7 +370,6 @@
|
|||||||
"@types/webpack-node-externals": "^2.5.3",
|
"@types/webpack-node-externals": "^2.5.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
||||||
"@typescript-eslint/parser": "^5.47.1",
|
"@typescript-eslint/parser": "^5.47.1",
|
||||||
"adr": "^1.4.3",
|
|
||||||
"ansi_up": "^5.1.0",
|
"ansi_up": "^5.1.0",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
"chart.js": "^2.9.4",
|
"chart.js": "^2.9.4",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user