Skip to content

Commit 715ad22

Browse files
JiaLiPassionAlex Eagle
authored andcommitted
fix: npm_package.pack on Windows should not generate undefined.tgz
1 parent 98ee87d commit 715ad22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/node/node_repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
553553
))
554554

555555
repository_ctx.file("run_npm.bat.template", content = """
556-
"{node}" "{script}" TMPL_args "%*"
556+
"{node}" "{script}" TMPL_args %*
557557
""".format(
558558
node = repository_ctx.path(node_entry),
559559
script = repository_ctx.path(npm_script),

0 commit comments

Comments
 (0)