Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbethell-1 authored Jul 11, 2024
1 parent 1c08ff8 commit d3283ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test:
@echo "VERSION: $(VERSION)"
@go test -v ./...
@echo "Validating swagger.yaml..."
@vacuum lint -d docs/api-reference/swagger.yaml
@go run github.com/daveshanley/vacuum@latest lint -d docs/api-reference/swagger.yaml

run-api: cmd/sandbox-api/assets/swagger.yaml .dev.pgenv .dev.jwtauth_env #migrate
. ./.dev.pgenv && . ./.dev.jwtauth_env && cd cmd/sandbox-api && CGO_ENABLED=0 go run .
Expand Down

0 comments on commit d3283ab

Please sign in to comment.