From 40e9a3bece1184f7eccbbf74fec826369afe91df Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 3 Sep 2020 14:40:38 +0300 Subject: [PATCH] Download binaries before building the app (#799) 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