Skip to content

Commit ad22280

Browse files
Add missing extension.proto to build output. (#2127)
Proto packages/@dataform/core/protos/configs.proto require Extension proto yet it's not exported during build.
1 parent dbfed44 commit ad22280

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • packages/@dataform/core

packages/@dataform/core/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ add_license_header_to_file(
7979
to_file = "jit.proto",
8080
)
8181

82+
add_license_header_to_file(
83+
name = "extension_proto_with_license",
84+
from_file = "//protos:extension.proto",
85+
to_file = "extension.proto",
86+
)
87+
8288
add_license_header_to_file(
8389
name = "bundle_with_license",
8490
from_file = "bundle",
@@ -109,6 +115,7 @@ pkg_npm_tar(
109115
":core_proto_with_license",
110116
":db_adapter_proto_with_license",
111117
":jit_proto_with_license",
118+
":extension_proto_with_license",
112119
":package.json",
113120
"//:version.bzl",
114121
],

0 commit comments

Comments
 (0)