Commit 3a36693a authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Update e2e.sh (#1167)

parent b61dc674
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment