Unpin Yarn (#2124)

* Unpin Yarn

* Try 0.24.2

* Update e2e-simple.sh
This commit is contained in:
Dan Abramov
2017-05-15 21:04:02 +01:00
committed by GitHub
parent fcb7dcf1da
commit 5ecda24f76

View File

@@ -93,7 +93,7 @@ fi
if [ "$USE_YARN" = "yes" ]
then
# Install Yarn so that the test can use it to install packages.
npm install -g yarn@0.22 # FIXME: this pin is temporary to work around a Yarn bug on CI
npm install -g yarn
yarn cache clean
fi