aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbe779ca..3b2aa6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ install:
test: build
go test ./...
-webui:
+pack-webui:
npm run --prefix webui build
+ go run webui/pack_webui.go
.PHONY: build install test