Skip to content

Commit 76c3f51

Browse files
JiaLiPassionalexeagle
authored andcommitted
fix: npm_package.pack on Windows should not generate undefined.tgz
1 parent 423ef73 commit 76c3f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)