Correction du packing du template par défaut

This commit is contained in:
wpetit 2019-11-21 15:43:45 +01:00
parent 97c2cfeef6
commit f376be9e7a
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
/vendor
/bin
/release
/release
*-packr.go
packrd

View File

@ -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