webui: pack the files only on demand

Michael Muré created

Change summary

Makefile             | 2 +-
git-bug.go           | 1 -
webui/build/.gitkeep | 0 
3 files changed, 1 insertion(+), 2 deletions(-)

Detailed changes

Makefile 🔗

@@ -15,4 +15,4 @@ pack-webui:
 	npm run --prefix webui build
 	go run webui/pack_webui.go
 
-.PHONY: build install test
+.PHONY: build install test pack-webui

git-bug.go 🔗

@@ -1,4 +1,3 @@
-//go:generate go run webui/pack_webui.go
 //go:generate go run doc/gen_markdown.go
 //go:generate go run doc/gen_manpage.go
 //go:generate go run misc/gen_bash_completion.go