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

Remove explicit yarn build call from build task

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-09-09 15:53:18 +03:00
parent 295333d055
commit c867d188c6

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