mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
13 lines
338 B
Makefile
13 lines
338 B
Makefile
install-tools:
|
|
go install github.com/bufbuild/buf/cmd/buf@v1.27.2
|
|
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.17.0
|
|
|
|
generate-protobufs:
|
|
buf generate
|
|
|
|
format:
|
|
buf format -w
|
|
gofmt -w -s .
|
|
|
|
deploy-docker:
|
|
docker compose -f deploy/docker/compose.yaml -f deploy/docker/compose.override.yaml up --build
|