Skip to content

Commit d36df23

Browse files
committed
revert to previous behaviour
1 parent a01a625 commit d36df23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ $(THRIFT_GEN): $(THRIFT_FILES) $(BIN)/thriftrw $(BIN)/thriftrw-plugin-yarpc
217217

218218
# mockery is quite noisy so it's worth being kinda precise with the files.
219219
# 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
220+
$(BUILD)/generate: client/client.go encoded/encoded.go internal/internal_workflow_client.go internal/internal_public.go internal/internal_task_pollers.go $(BIN)/mockery
221221
$Q $(BIN_PATH) go generate ./...
222+
$Q touch $@
222223

223224
# ====================================
224225
# other intermediates

0 commit comments

Comments
 (0)