Added yarn install to make build

This commit is contained in:
Bilawal Hameed
2020-02-07 11:57:30 +01:00
parent 707264a9b1
commit 1c094efd25
+7 -1
View File
@@ -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.