Skip to content

Commit

Permalink
fix: npm_package.pack on Windows should not generate undefined.tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion authored and Alex Eagle committed Nov 24, 2020
1 parent 98ee87d commit 715ad22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/node/node_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%
))

repository_ctx.file("run_npm.bat.template", content = """
"{node}" "{script}" TMPL_args "%*"
"{node}" "{script}" TMPL_args %*
""".format(
node = repository_ctx.path(node_entry),
script = repository_ctx.path(npm_script),
Expand Down

0 comments on commit 715ad22

Please sign in to comment.