Skip to content

Commit

Permalink
[+] add hook for GoReleaser to build WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Aug 25, 2023
1 parent 42859fe commit 1d8a40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before:
hooks:
# weirdly goreleaser doesn't all to include outside of the Go build "root" so need to copy
- cp -r grafana ./src/
- sh -c "cd ./src/webui && yarn install && yarn build"

builds:
- dir: src
Expand Down

0 comments on commit 1d8a40d

Please sign in to comment.