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

Remove explicit yarn install call from make build task (#835)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-09-09 16:16:48 +03:00 committed by GitHub
parent 295333d055
commit 7294c11b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ test-app:
yarn test
build: install-deps download-bins
yarn install
ifeq "$(DETECTED_OS)" "Windows"
yarn dist:win
else