From 804cd13aa3f2c640347b07fd5289a2086739adc3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 5 Dec 2016 22:05:50 +0000 Subject: [PATCH] Revert "Update e2e.sh (#1167)" This reverts commit 3a36693a05ed239397142e1571a3b9df506472a4. --- tasks/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e.sh b/tasks/e2e.sh index 58e6ad53ee8..557b48ccda2 100755 --- a/tasks/e2e.sh +++ b/tasks/e2e.sh @@ -56,7 +56,7 @@ root_path=$PWD 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