1 Commits

Author SHA1 Message Date
f376be9e7a Correction du packing du template par défaut 2019-11-21 15:43:45 +01:00
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
/vendor /vendor
/bin /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 CGO_ENABLED=0 go build -mod vendor -v -o bin/junit2md ./cmd/junit2md
pack: pack:
packr2 cd cmd/junit2md && packr2 -v
watch: watch:
modd modd