From 1c094efd25d739c0cf14254469beeea0e474c7e0 Mon Sep 17 00:00:00 2001 From: Bilawal Hameed Date: Fri, 7 Feb 2020 11:57:30 +0100 Subject: [PATCH] Added yarn install to make build --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74d4b0ac8e..d57844d601 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,13 @@ ### # All-in-one build command. ### -build: build-protocol-definitions +build: build-yarn-dependencies build-protocol-definitions + +### +# Download dependencies from the Frontend using Yarn. +### +build-yarn-dependencies: + yarn --cwd ${PWD}/frontend install ### # Protobuf Definitions.