mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 04:23:46 +00:00
adding swagger to makefile
This commit is contained in:
parent
4e11746c32
commit
edf2f169a4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -29,6 +29,9 @@ format-frontend:
|
|||
format-backend:
|
||||
gofmt -w -s .
|
||||
|
||||
swagger:
|
||||
swag init -d cmd/pomme/,internal/
|
||||
|
||||
.PHONY: lint lint-frontend lint-backend
|
||||
lint: lint-frontend lint-backend
|
||||
|
||||
|
|
Loading…
Reference in a new issue