diff --git a/.ci/run.sh b/.ci/run.sh index 1eb7527981..3e58ab8bf6 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -85,20 +85,18 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache" yarnGlobalDir="$(yarn global bin)" export PATH="$PATH:$yarnGlobalDir" - - -### -### install codecov dependencies -### -echo " -- installing codecov dependencies" -yarn add codecov --prefer-offline - ### ### install dependencies ### echo " -- installing dependencies" yarn install --frozen-lockfile +### +### install codecov dependencies +### +echo " -- installing codecov dependencies" +yarn add codecov --prefer-offline --frozen-lockfile + ### ### building ###