Skip to content

Commit

Permalink
Update crosslink target to include prune
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar committed May 5, 2022
1 parent 5be9712 commit f8af6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ golangci-lint/%: | $(GOLANGCI_LINT)

.PHONY: crosslink
crosslink: | $(CROSSLINK)
@echo "cross-linking all go modules" \
&& $(CROSSLINK) --root=$(shell pwd)
@echo "Updating intra-repository dependencies in all go modules" \
&& $(CROSSLINK) --root=$(shell pwd) --prune

.PHONY: go-mod-tidy
go-mod-tidy: $(ALL_GO_MOD_DIRS:%=go-mod-tidy/%)
Expand Down

0 comments on commit f8af6c5

Please sign in to comment.