Skip to content

Commit e1bd0a9

Browse files
authored
yarnInstallHook: fix temporary directory location (#342608)
2 parents 3385895 + c499cb1 commit e1bd0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/node/fetch-yarn-deps/yarn-install-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ yarnInstallHook() {
1717
--offline
1818
)
1919

20-
local -r tmpDir="$(mktemp -d yarnInstallHook.XXXXXX)"
20+
local -r tmpDir="$(mktemp -d)"
2121

2222
# yarn pack does not work at all with bundleDependencies.
2323
# Since we are imediately unpacking, we can just remove them from package.json

0 commit comments

Comments
 (0)