Address review.

This commit is contained in:
Cornelius Riemenschneider
2023-11-09 09:40:29 +01:00
parent 6b37d2009b
commit b4ec13235d

View File

@@ -9,7 +9,7 @@ genrule(
"package-lock.json",
] + glob(["src/**"]),
outs = ["javascript.zip"],
cmd = " && ".join([
cmd = "\n".join([
# the original working directory is not preserved anywhere, but needs to be accessible, as
# all paths are relative to this
# unfortunately, we need to change the working directory to run npm.