aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5726467..7ba5b28 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,7 @@ dev:
14.PHONY: run 14.PHONY: run
15run: 15run:
16 docker run --rm -p 3000:3000 $(TAG_LATEST) 16 docker run --rm -p 3000:3000 $(TAG_LATEST)
17
18.PHONY: static
19static:
20 yarn build