Skip to content

Commit 9fdc582

Browse files
committed
add deps as dependency of validate target
1 parent b47d204 commit 9fdc582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ generate: validate ## Generate the API Go client and the JSON document for the U
1919
test: ## Test the go code.
2020
gobin -m -run github.com/kyoh86/richgo test -v $(CHECK_FILES)
2121

22-
validate: ## Check that the swagger spec is valid.
22+
validate: deps ## Check that the swagger spec is valid.
2323
gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger@c49ea4ca2112a67af0faa06ffdc994b036860a0c validate $(SWAGGER_SPEC)

0 commit comments

Comments
 (0)