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 alexeagle committed Nov 11, 2020
1 parent 423ef73 commit 76c3f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/node/node_repositories.bzl
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 76c3f51

Please sign in to comment.