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
|
||||
|
||||
download-bins:
|
||||
yarn download:bins
|
||||
|
||||
dev: app-deps dashboard-deps
|
||||
yarn dev
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user