From af750c98a4d6c2eaa0968979fa74d9b736ecb076 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 5 Jun 2020 16:09:41 +0300 Subject: [PATCH] make download-bins Signed-off-by: Jari Kolehmainen --- Makefile | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1e1d58364b90..dfab88c22819 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ endif .PHONY: dev build test clean +download-bins: + yarn download:bins + dev: app-deps dashboard-deps yarn dev diff --git a/README.md b/README.md index 014c5275c00c..cbf66a602d5d 100644 --- a/README.md +++ b/README.md @@ -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