diff --git a/.gitignore b/.gitignore index 526c3b4..a68e8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /vendor /bin -/release \ No newline at end of file +/release +*-packr.go +packrd \ No newline at end of file diff --git a/Makefile b/Makefile index 27b16ca..830dab2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: pack CGO_ENABLED=0 go build -mod vendor -v -o bin/junit2md ./cmd/junit2md pack: - packr2 + cd cmd/junit2md && packr2 -v watch: modd