Skip to content

Commit

Permalink
fix(exmaples/nestjs): add module_name field in ts_library
Browse files Browse the repository at this point in the history
  • Loading branch information
lovepocky authored and alexeagle committed Nov 1, 2020
1 parent 12571ee commit 700374a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/nestjs/src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ts_library(
["*.ts"],
exclude = ["*.spec.ts"],
),
module_name = "examples_nestjs",
deps = [
"@npm//@nestjs/common",
"@npm//@nestjs/core",
Expand Down Expand Up @@ -59,7 +60,7 @@ nodejs_binary(
"@npm//@nestjs/core",
"@npm//minimist",
],
entry_point = ":main",
entry_point = ":main.ts",
templated_args = ["--nobazel_patch_module_resolver"],
)

Expand Down

0 comments on commit 700374a

Please sign in to comment.