Skip to content

Commit

Permalink
Fix CI failing to generate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Feb 4, 2024
1 parent 45dc26f commit 65b9654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ before:
- go generate -x -tags tools ./...
- go mod tidy
- ./.github/convertWailsJsonPaths.sh
- mkdir -p frontend/build
- touch frontend/build/.gitkeep
- wails generate module
- pnpm -C frontend install
- pnpm -C frontend build
Expand Down

0 comments on commit 65b9654

Please sign in to comment.