Skip to content

Commit 81e6ffa

Browse files
authored
Try to fix AppVeyor CI
1 parent 7a0fb4c commit 81e6ffa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tasks/e2e-simple.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,8 @@ root_path=$PWD
6868
# Clear cache to avoid issues with incorrect packages being used
6969
if hash yarnpkg 2>/dev/null
7070
then
71-
# AppVeyor uses an old version of yarn.
72-
# Once updated to 0.24.3 or above, the workaround can be removed
73-
# and replaced with `yarnpkg cache clean`
74-
# Issues:
75-
# https://github.com/yarnpkg/yarn/issues/2591
76-
# https://github.com/appveyor/ci/issues/1576
77-
# https://github.com/facebookincubator/create-react-app/pull/2400
78-
# When removing workaround, you may run into
79-
# https://github.com/facebookincubator/create-react-app/issues/2030
80-
case "$(uname -s)" in
81-
*CYGWIN*|MSYS*|MINGW*) yarn=yarn.cmd;;
82-
*) yarn=yarnpkg;;
83-
esac
8471
$yarn cache clean
8572
fi
86-
8773
if hash npm 2>/dev/null
8874
then
8975
npm cache clean

0 commit comments

Comments
 (0)