Revert "build(bazel): cleanup entry_point target (#31019)" (#31267)

This reverts commit cd617b15e8.

Reason: this causes failures in g3 with i18n extraction. See #31267.

PR Close #31267
This commit is contained in:
Alex Rickabaugh 2019-06-25 13:11:53 -07:00 committed by Kara Erickson
parent 44b1ce6c72
commit 2c07820636
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ nodejs_test(
"//packages/platform-server:npm_package",
"//packages/router:npm_package",
] + glob(["**/*"]),
entry_point = "test.js",
entry_point = "//packages/compiler-cli/integrationtest:test.ts",
tags = ["no-ivy-aot"],
)