We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b37d20 commit b4ec132Copy full SHA for b4ec132
javascript/extractor/lib/typescript/BUILD.bazel
@@ -9,7 +9,7 @@ genrule(
9
"package-lock.json",
10
] + glob(["src/**"]),
11
outs = ["javascript.zip"],
12
- cmd = " && ".join([
+ cmd = "\n".join([
13
# the original working directory is not preserved anywhere, but needs to be accessible, as
14
# all paths are relative to this
15
# unfortunately, we need to change the working directory to run npm.
0 commit comments