Revert "build: should use $(execpath) in npm_package_bin args (#34589)" (#34730)

This reverts commit 67044ef55d.

PR Close #34730
This commit is contained in:
atscott
2020-01-10 13:39:38 -08:00
parent d71c1215f6
commit 64b807e201
3 changed files with 11 additions and 11 deletions

View File

@ -70,14 +70,14 @@ html_insert_assets(
outs = ["_/index.html"],
args = [
"--html",
"$(execpath :index.html)",
"$(location :index.html)",
"--out",
"$@",
"--roots",
"$(RULEDIR)",
"--assets",
"$(execpath :global_stylesheet.css)",
"$(execpath @npm//:node_modules/zone.js/dist/zone.min.js)",
"$(location :global_stylesheet.css)",
"$(location @npm//:node_modules/zone.js/dist/zone.min.js)",
"bundle.min.js",
],
data = [