mirror of
https://github.com/pushbits/server.git
synced 2025-04-30 18:57:17 +02:00
Build before generating docs
This commit is contained in:
parent
fb2441d97b
commit
802eee5262
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -53,5 +53,5 @@ fmt:
|
||||||
gofumpt -l -w $(GO_FILES)
|
gofumpt -l -w $(GO_FILES)
|
||||||
|
|
||||||
.PHONY: swag
|
.PHONY: swag
|
||||||
swag:
|
swag: build
|
||||||
swag init --parseDependency=true --exclude $(TESTS_DIR) -g cmd/pushbits/main.go
|
swag init --parseDependency=true --exclude $(TESTS_DIR) -g cmd/pushbits/main.go
|
||||||
|
|
Loading…
Add table
Reference in a new issue