Skip to content

Commit

Permalink
add windows build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 31, 2024
1 parent aa00db9 commit f5b5968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ update-golden filter='.*':
build:
@go build -o bin/{{APP}} ./cmd...

build-win:
@go build -o bin/{{APP}}.exe ./cmd...

lint:
@golangci-lint run ./...

Expand Down

0 comments on commit f5b5968

Please sign in to comment.