diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-06 14:15:27 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-06 14:18:55 +0200 |
commit | 3edec36e0aa79761641ade061042c0252e43024e (patch) | |
tree | 2056ac6240f2977d290ae8dfcaa9721cb5622a38 /Makefile | |
parent | 7d57ec61892dd1c25ac5621afd949a2dbc3b766c (diff) | |
download | git-bug-3edec36e0aa79761641ade061042c0252e43024e.tar.gz |
make git-bug go gettable without having to commit the builded webUI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |