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

Add 'yarn marketplace' script to running the marketplace.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2020-12-10 13:40:41 +02:00
parent ca2312b30a
commit 3b5b1ae88c

View File

@ -30,6 +30,7 @@
"download-bins": "concurrently yarn:download:*",
"download:helm": "yarn run ts-node build/download_helm.ts",
"download:kubectl": "yarn run ts-node build/download_kubectl.ts",
"marketplace": "npx serve marketplace",
"i18n:extract": "yarn run lingui extract",
"postinstall": "patch-package",
"integration": "jest --coverage integration $@",