From 7294c11b38e351c72be7606a3fdc3c695861133b Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 9 Sep 2020 16:16:48 +0300 Subject: [PATCH] Remove explicit yarn install call from make build task (#835) Signed-off-by: Lauri Nevala --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8123e75e07..e492aa012c 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ test-app: yarn test build: install-deps download-bins - yarn install ifeq "$(DETECTED_OS)" "Windows" yarn dist:win else