aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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