From 25a045e4e0b7f6ab166d2c1936361fe77892295f Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 8 Jun 2020 15:40:56 -0700 Subject: construction_worker: CI: run 'yarn' in the build target --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11880fa..6386336 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ all: dev .PHONY: build build: + yarn yarn build docker build -t $(TAG_LATEST) . -- cgit v1.2.3