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 7112409 commit 97fd203Copy full SHA for 97fd203
javascript/extractor/lib/typescript/BUILD.bazel
@@ -17,7 +17,7 @@ genrule(
17
# we need a temp dir, and unfortunately, $TMPDIR is not set on Windows
18
"export TEMP=$$(mktemp -d)",
19
# Add node to the path so that npm run can find it - it's calling env node
20
- "export PATH=$$PATH:$$BAZEL_ROOT/$$(dirname $(execpath @nodejs//:node_bin))",
+ "export PATH=$$BAZEL_ROOT/$$(dirname $(execpath @nodejs//:node_bin)):$$PATH",
21
"export NPM=$$BAZEL_ROOT/$(execpath @nodejs//:npm_bin)",
22
# npm has a global cache which doesn't work on macos, where absolute paths aren't filtered out by the sandbox.
23
# Therefore, set a temporary cache directory.
0 commit comments