Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add download-bins target to make #406

Merged
merged 1 commit into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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