File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -86,22 +86,8 @@ root_path=$PWD
86
86
# Clear cache to avoid issues with incorrect packages being used
87
87
if hash yarnpkg 2> /dev/null
88
88
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
102
89
$yarn cache clean
103
90
fi
104
-
105
91
if hash npm 2> /dev/null
106
92
then
107
93
npm cache clean
You can’t perform that action at this time.
0 commit comments