Skip to content

Commit

Permalink
Update e2e.sh (facebook#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Dec 5, 2016
1 parent b61dc67 commit 3a36693
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
npm install -g yarn@0.17.10 # TODO: remove version when https://github.com/yarnpkg/yarn/issues/2142 is fixed.
yarn cache clean
fi

Expand Down

0 comments on commit 3a36693

Please sign in to comment.