Skip to content

Commit

Permalink
build(goreleaser): Add rm -rf ./dist to hooks/before
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Aug 21, 2021
1 parent 82b1320 commit 9797232
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 @@ -2,6 +2,7 @@ project_name: slu

before:
hooks:
- rm -rf ./dist
- go mod tidy
builds:
-
Expand Down

0 comments on commit 9797232

Please sign in to comment.