Skip to content

Commit

Permalink
fix frontend not building on release
Browse files Browse the repository at this point in the history
  • Loading branch information
marhaupe committed Oct 6, 2024
1 parent c4f8bfc commit 16aff3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ version: 2

before:
hooks:
- make ui
- go mod tidy

builds:
- main: ./main.go
hooks:
pre: cd ../frontend && pnpm run build
binary: uitail
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 16aff3d

Please sign in to comment.