Skip to content

Commit

Permalink
fix goreleaser to do the yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Duchesneau committed Apr 27, 2020
1 parent 2f782b4 commit b6b1e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ release:
name_template: '{{.Tag}}'
before:
hooks:
- yarn install --cwd eosq
- yarn build --cwd eosq
- yarn install --cwd dashboard/client
- yarn build --cwd dashboard/client
# Requires `rice` to be installed: go get github.com/GeertJohan/go.rice/rice
- go generate ./dashboard
- go generate ./eosq
Expand Down

0 comments on commit b6b1e2b

Please sign in to comment.