Skip to content

Commit

Permalink
include type declarations with @dataform/core (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyarkuti authored Jan 15, 2024
1 parent 6cbfb6f commit c6feb01
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/@dataform/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,26 @@ copy_file(
out = "core.proto",
)

pkg_bundle_dts(
name = "bundle.d",
entry_point = "index.ts",
externals = [
"protobufjs",
"tarjan-graph",
"semver",
"moo",
"long",
],
deps = [
":core",
],
)

pkg_npm_tar(
name = "package",
deps = [
":bundle",
":bundle.d",
":package.json",
":core.proto",
],
Expand Down

0 comments on commit c6feb01

Please sign in to comment.