Skip to content

Commit 2dd49c8

Browse files
authored
Same
1 parent 81e6ffa commit 2dd49c8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tasks/e2e-installs.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,8 @@ root_path=$PWD
8686
# Clear cache to avoid issues with incorrect packages being used
8787
if hash yarnpkg 2>/dev/null
8888
then
89-
# AppVeyor uses an old version of yarn.
90-
# Once updated to 0.24.3 or above, the workaround can be removed
91-
# and replaced with `yarnpkg cache clean`
92-
# Issues:
93-
# https://github.com/yarnpkg/yarn/issues/2591
94-
# https://github.com/appveyor/ci/issues/1576
95-
# https://github.com/facebookincubator/create-react-app/pull/2400
96-
# When removing workaround, you may run into
97-
# https://github.com/facebookincubator/create-react-app/issues/2030
98-
case "$(uname -s)" in
99-
*CYGWIN*|MSYS*|MINGW*) yarn=yarn.cmd;;
100-
*) yarn=yarnpkg;;
101-
esac
10289
$yarn cache clean
10390
fi
104-
10591
if hash npm 2>/dev/null
10692
then
10793
npm cache clean

0 commit comments

Comments
 (0)