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:
parent
ffb521071f
commit
5af12bdbbd
3
Makefile
3
Makefile
@ -6,6 +6,9 @@ endif
|
|||||||
|
|
||||||
.PHONY: dev build test clean
|
.PHONY: dev build test clean
|
||||||
|
|
||||||
|
download-bins:
|
||||||
|
yarn download:bins
|
||||||
|
|
||||||
dev: app-deps dashboard-deps
|
dev: app-deps dashboard-deps
|
||||||
yarn dev
|
yarn dev
|
||||||
|
|
||||||
|
|||||||
@ -25,6 +25,7 @@ Download a pre-built package from the [releases](https://github.com/lensapp/lens
|
|||||||
|
|
||||||
> Prerequisities: Nodejs v12, make, yarn
|
> Prerequisities: Nodejs v12, make, yarn
|
||||||
|
|
||||||
|
* `make download-bins` - downloads bundled binaries to dev environment
|
||||||
* `make dev` - builds and starts the app
|
* `make dev` - builds and starts the app
|
||||||
* `make test` - run tests
|
* `make test` - run tests
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user