Skip to content

Commit 2973c08

Browse files
ks-temporalspkane31
authored andcommitted
Revert makefile changes
1 parent fb306ee commit 2973c08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $(STAMPDIR):
114114

115115
$(STAMPDIR)/buf-mod-prune: $(STAMPDIR) buf.yaml
116116
printf $(COLOR) "Pruning buf module"
117-
# buf mod prune
117+
buf mod prune
118118
touch $@
119119

120120
buf-lint: $(STAMPDIR)/buf-mod-prune
@@ -123,7 +123,7 @@ buf-lint: $(STAMPDIR)/buf-mod-prune
123123

124124
buf-breaking:
125125
@printf $(COLOR) "Run buf breaking changes check against main branch..."
126-
# @(cd $(PROTO_ROOT) && buf breaking --against 'https://github.com/temporalio/api.git#branch=main')
126+
@(cd $(PROTO_ROOT) && buf breaking --against 'https://github.com/temporalio/api.git#branch=main')
127127

128128
nexus-rpc-yaml: nexus-rpc-yaml-install
129129
printf $(COLOR) "Generate nexus/temporal-proto-models-nexusrpc.yaml..."

0 commit comments

Comments
 (0)