Skip to content

Commit

Permalink
Use Yarn latest in e2e (facebook#1534)
Browse files Browse the repository at this point in the history
* Use Yarn latest in e2e

* Here too

* And here plz
  • Loading branch information
gaearon authored and Timer committed Feb 15, 2017
1 parent 0083ec4 commit a35f8b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install
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
2 changes: 1 addition & 1 deletion tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm install
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
2 changes: 1 addition & 1 deletion tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ npm install
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 a35f8b0

Please sign in to comment.