Skip to content

Commit

Permalink
Revert "Update e2e.sh (facebook#1167)"
Browse files Browse the repository at this point in the history
This reverts commit 3a36693.
  • Loading branch information
gaearon committed Dec 5, 2016
1 parent 3a36693 commit 804cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 804cd13

Please sign in to comment.