Run integration tests against real build (#3278)
* run integration tests against real build Signed-off-by:Jari Kolehmainen <jari.kolehmainen@gmail.com> * add author.email to package.json Signed-off-by:
Jari Kolehmainen <jari.kolehmainen@gmail.com>
Showing
+9 -24
... | ... | @@ -8,7 +8,8 @@ |
"copyright": "© 2021 OpenLens Authors", | ||
"license": "MIT", | ||
"author": { | ||
"name": "OpenLens Authors" | ||
"name": "OpenLens Authors", | ||
"email": "info@k8slens.dev" | ||
}, | ||
"scripts": { | ||
"dev": "concurrently -i -k \"yarn run dev-run -C\" yarn:dev:*", | ||
... | ... |
Please register or sign in to comment