yarnInstallHook: fix temporary directory location (#342608)
This commit is contained in:
@@ -17,7 +17,7 @@ yarnInstallHook() {
|
|||||||
--offline
|
--offline
|
||||||
)
|
)
|
||||||
|
|
||||||
local -r tmpDir="$(mktemp -d yarnInstallHook.XXXXXX)"
|
local -r tmpDir="$(mktemp -d)"
|
||||||
|
|
||||||
# yarn pack does not work at all with bundleDependencies.
|
# yarn pack does not work at all with bundleDependencies.
|
||||||
# Since we are imediately unpacking, we can just remove them from package.json
|
# Since we are imediately unpacking, we can just remove them from package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user