Unverified Commit e1bd0a9c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

yarnInstallHook: fix temporary directory location (#342608)

parents 3385895a c499cb13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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