diff --git a/Makefile b/Makefile index aac0e1e..6bc9de1 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ test: @go test ./... $(SVELTE_TARGETS): $(SVELTE_SRC) + $(info ===> BUILD frontend) cd web/frontend && yarn build $(VAR):