Skip to content

Commit 7dacb1a

Browse files
committed
Rebuild hoverfly ui
1 parent a94a458 commit 7dacb1a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ build:
4141
go build -ldflags "-X main.hoverctlVersion=$(GIT_TAG_NAME)" -o ../target/hoverctl
4242

4343
build-ui:
44+
go install github.com/rakyll/statik@latest
4445
wget https://github.com/SpectoLabs/hoverfly-ui/releases/download/$(GIT_TAG_NAME)/$(GIT_TAG_NAME).zip
4546
unzip $(GIT_TAG_NAME).zip -d hoverfly-ui
4647
cd core && \

core/statik/statik.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)