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

Add download-bins target to make (#406)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-06-05 22:47:30 +03:00 committed by GitHub
parent ffb521071f
commit 5af12bdbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,9 @@ endif
.PHONY: dev build test clean
download-bins:
yarn download:bins
dev: app-deps dashboard-deps
yarn dev

View File

@ -25,6 +25,7 @@ Download a pre-built package from the [releases](https://github.com/lensapp/lens
> Prerequisities: Nodejs v12, make, yarn
* `make download-bins` - downloads bundled binaries to dev environment
* `make dev` - builds and starts the app
* `make test` - run tests