1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Change order of init for fresh clone (#797)

Signed-off-by: Trevor Nichols <trevor@nichols.id.au>
This commit is contained in:
Trevor Nichols 2020-09-04 16:33:17 +10:00 committed by GitHub
parent ca2307eb66
commit 38ba9cd383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ endif
.PHONY: init dev build test clean
init: download-bins install-deps compile-dev
init: install-deps download-bins compile-dev
echo "Init done"
download-bins: