We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfed44 commit ad22280Copy full SHA for ad22280
1 file changed
packages/@dataform/core/BUILD
@@ -79,6 +79,12 @@ add_license_header_to_file(
79
to_file = "jit.proto",
80
)
81
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
+
88
add_license_header_to_file(
89
name = "bundle_with_license",
90
from_file = "bundle",
@@ -109,6 +115,7 @@ pkg_npm_tar(
109
115
":core_proto_with_license",
110
116
":db_adapter_proto_with_license",
111
117
":jit_proto_with_license",
118
+ ":extension_proto_with_license",
112
119
":package.json",
113
120
"//:version.bzl",
114
121
],
0 commit comments