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 a01a625 commit d36df23Copy full SHA for d36df23
Makefile
@@ -217,8 +217,9 @@ $(THRIFT_GEN): $(THRIFT_FILES) $(BIN)/thriftrw $(BIN)/thriftrw-plugin-yarpc
217
218
# mockery is quite noisy so it's worth being kinda precise with the files.
219
# this needs to be both the files defining the generate command, AND the files that define the interfaces.
220
-$(BUILD)/generate: client/client.go encoded/encoded.go internal/internal_workflow_client.go $(BIN)/mockery
+$(BUILD)/generate: client/client.go encoded/encoded.go internal/internal_workflow_client.go internal/internal_public.go internal/internal_task_pollers.go $(BIN)/mockery
221
$Q $(BIN_PATH) go generate ./...
222
+ $Q touch $@
223
224
# ====================================
225
# other intermediates
0 commit comments