mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:27:47 +00:00
yarnInstallHook: fix temporary directory location (#342608)
This commit is contained in:
commit
e1bd0a9c37
@ -17,7 +17,7 @@ yarnInstallHook() {
|
||||
--offline
|
||||
)
|
||||
|
||||
local -r tmpDir="$(mktemp -d yarnInstallHook.XXXXXX)"
|
||||
local -r tmpDir="$(mktemp -d)"
|
||||
|
||||
# yarn pack does not work at all with bundleDependencies.
|
||||
# Since we are imediately unpacking, we can just remove them from package.json
|
||||
|
Loading…
Reference in New Issue
Block a user