aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-06-08 15:40:56 -0700
committerbndw <benjamindwoodward@gmail.com>2020-06-08 15:40:56 -0700
commit25a045e4e0b7f6ab166d2c1936361fe77892295f (patch)
treed3ca9006ca0db94107b47293641eefd39f3bdbd0 /Makefile
parent01c3432a6d81020a0a807474669470bfe04c16de (diff)
construction_worker: CI: run 'yarn' in the build target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 11880fa..6386336 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all: dev
7 7
8.PHONY: build 8.PHONY: build
9build: 9build:
10 yarn
10 yarn build 11 yarn build
11 docker build -t $(TAG_LATEST) . 12 docker build -t $(TAG_LATEST) .
12 13