Skip to content

Commit

Permalink
Add download-bins target to make (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
  • Loading branch information
jakolehm authored Jun 5, 2020
1 parent ffb5210 commit 5af12bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ endif

.PHONY: dev build test clean

download-bins:
yarn download:bins

dev: app-deps dashboard-deps
yarn dev

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5af12bd

Please # to comment.