Skip to content

Commit

Permalink
Use yarn in ember-try
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Oct 26, 2019
1 parent f7e1bac commit bde8794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function() {
getChannelURL('canary')
]).then((urls) => {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.16',
Expand Down Expand Up @@ -80,4 +81,4 @@ module.exports = function() {
]
};
});
};
};

0 comments on commit bde8794

Please sign in to comment.