From bd56024b02723b49f27f290ce1b4d6e9d2744107 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 17 Jul 2018 02:10:04 +0200 Subject: cleanup webui --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0bb0693d..bbe779ca 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,7 @@ install: test: build go test ./... +webui: + npm run --prefix webui build + .PHONY: build install test -- cgit