From 3edec36e0aa79761641ade061042c0252e43024e Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 6 Aug 2018 14:15:27 +0200 Subject: make git-bug go gettable without having to commit the builded webUI --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit