Skip to content

Commit

Permalink
add genereate-asset to mkfile target of verify (#586)
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 authored Jul 26, 2024
1 parent 7bf376c commit 6dadab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ generate-assets: go-bindata

.PHONY: verify-dependencies
## Runs commands to verify after the updated dependecies of toolchain-common/API(go mod replace), if the repo needs any changes to be made
verify-dependencies: tidy vet build test lint-go-code
verify-dependencies: generate-assets tidy vet build test lint-go-code

.PHONY: tidy
tidy:
Expand Down

0 comments on commit 6dadab1

Please sign in to comment.