Skip to content

Commit

Permalink
build(make): clean dist/ on build
Browse files Browse the repository at this point in the history
  • Loading branch information
flexwie committed Aug 25, 2023
1 parent 6977e59 commit e9710e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ test:
go test ./... -cover

build: test
rm -rf dist
go build -o dist/ghs main.go

run:
Expand Down

0 comments on commit e9710e2

Please sign in to comment.