diff --git a/ts/protobuf.bzl b/ts/protobuf.bzl index 713e49171..23cc8d54c 100644 --- a/ts/protobuf.bzl +++ b/ts/protobuf.bzl @@ -68,7 +68,7 @@ def protobufjs_library(name, proto, **kwargs): proto = proto, ) - # Build static module, which we need for pbjs + # Build static module, which we need for pbts pbjs( name = js_static_target, data = [proto_target] + _PROTOBUFJS_CLI_DEPS,