From 50f0ba560b26cf24773e13cc2fedcd40e868563a Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 12 Feb 2017 01:12:05 +0000 Subject: [PATCH 1/3] Use Yarn latest in e2e --- tasks/e2e-simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e-simple.sh b/tasks/e2e-simple.sh index d0acb16b412..c7907d4f37a 100755 --- a/tasks/e2e-simple.sh +++ b/tasks/e2e-simple.sh @@ -71,7 +71,7 @@ fi if [ "$USE_YARN" = "yes" ] then # Install Yarn so that the test can use it to install packages. - npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed. + npm install -g yarn yarn cache clean fi From 9f801231d8f5b0a878a3e63d926c22b526867b9b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 12 Feb 2017 01:12:59 +0000 Subject: [PATCH 2/3] Here too --- tasks/e2e-kitchensink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e-kitchensink.sh b/tasks/e2e-kitchensink.sh index 4bb45d72853..307ec28f8a9 100755 --- a/tasks/e2e-kitchensink.sh +++ b/tasks/e2e-kitchensink.sh @@ -61,7 +61,7 @@ npm install if [ "$USE_YARN" = "yes" ] then # Install Yarn so that the test can use it to install packages. - npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed. + npm install -g yarn yarn cache clean fi From ebf46d19fe24cc0c03e8c4bffbbd7de2d583b8a8 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sun, 12 Feb 2017 01:13:17 +0000 Subject: [PATCH 3/3] And here plz --- tasks/e2e-installs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e-installs.sh b/tasks/e2e-installs.sh index 7bb4c0392f2..6a49ae004ec 100755 --- a/tasks/e2e-installs.sh +++ b/tasks/e2e-installs.sh @@ -61,7 +61,7 @@ npm install if [ "$USE_YARN" = "yes" ] then # Install Yarn so that the test can use it to install packages. - npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed. + npm install -g yarn yarn cache clean fi