diff --git a/src/dev/ci_setup/setup.sh b/src/dev/ci_setup/setup.sh index 669cd9cb8859d2..638c9ec652094c 100755 --- a/src/dev/ci_setup/setup.sh +++ b/src/dev/ci_setup/setup.sh @@ -84,7 +84,6 @@ fi ### "install" node into this shell ### export PATH="$nodeBin:$PATH" -hash -r ### ### downloading yarn @@ -102,7 +101,6 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache" ### yarnGlobalDir="$(yarn global bin)" export PATH="$PATH:$yarnGlobalDir" -hash -r ### ### install dependencies