Skip to content

Commit

Permalink
🔧 add build command on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Feb 21, 2024
1 parent 48d24b7 commit 8eaa9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ setup-emulator:

test:
env-cmd go test -p 1 ./...

make build:
go build -o bin/ ./...

0 comments on commit 8eaa9da

Please sign in to comment.