From 6e6a9fc42537ea790a92e3be4ecf8a445d5ea673 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 3 Sep 2020 13:58:13 +0300 Subject: [PATCH] Download binaries before building the app Signed-off-by: Lauri Nevala --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54dcd6fc94..d1e0f14787 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ integration-win: test-app: yarn test -build: install-deps +build: install-deps download-bins yarn install ifeq "$(DETECTED_OS)" "Windows" yarn dist:win