Skip to content

Commit b4ec132

Browse files
committed
Address review.
1 parent 6b37d20 commit b4ec132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/lib/typescript/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ genrule(
99
"package-lock.json",
1010
] + glob(["src/**"]),
1111
outs = ["javascript.zip"],
12-
cmd = " && ".join([
12+
cmd = "\n".join([
1313
# the original working directory is not preserved anywhere, but needs to be accessible, as
1414
# all paths are relative to this
1515
# unfortunately, we need to change the working directory to run npm.

0 commit comments

Comments
 (0)