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 @@ -68,22 +68,8 @@ root_path=$PWD
68
68
# Clear cache to avoid issues with incorrect packages being used
69
69
if hash yarnpkg 2> /dev/null
70
70
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
84
71
$yarn cache clean
85
72
fi
86
-
87
73
if hash npm 2> /dev/null
88
74
then
89
75
npm cache clean
You can’t perform that action at this time.
0 commit comments