We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb306ee commit 2973c08Copy full SHA for 2973c08
1 file changed
Makefile
@@ -114,7 +114,7 @@ $(STAMPDIR):
114
115
$(STAMPDIR)/buf-mod-prune: $(STAMPDIR) buf.yaml
116
printf $(COLOR) "Pruning buf module"
117
-# buf mod prune
+ buf mod prune
118
touch $@
119
120
buf-lint: $(STAMPDIR)/buf-mod-prune
@@ -123,7 +123,7 @@ buf-lint: $(STAMPDIR)/buf-mod-prune
123
124
buf-breaking:
125
@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')
+ @(cd $(PROTO_ROOT) && buf breaking --against 'https://github.com/temporalio/api.git#branch=main')
127
128
nexus-rpc-yaml: nexus-rpc-yaml-install
129
printf $(COLOR) "Generate nexus/temporal-proto-models-nexusrpc.yaml..."
0 commit comments