Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should yield faster builds. https://github.com/ember-cli/ember-try#yarn
- Loading branch information
This should yield faster builds. https://github.com/ember-cli/ember-try#yarn
e480895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is https://github.com/offirgolan/ember-light-table/blob/a428ac928a0d8564e27de47d8dbab20b6d8bdeea/.travis.yml#L39 still needed?
e480895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. The line in
travis.yml
installs ember-cli and ember-try as well as all other addons themselves, whileuseYarn
causes ember-try to use yarn while installing a specific scenario, as defined in the config.e480895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it..
What about the scenarios being defined with ember being pulled from bower, could that be changed?
I'm about to kill bower in our app and I will need to update our config too, so was reviewing here for reference and there two jumped out at me.
e480895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, no.
ember-source
is only being published to npm since2.10.0-alpha.1
.But does that matter in the context of your app? Are you testing against multiple Ember versions? 🤔
e480895
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to know.. thanks 😄
we test against later versions that we haven't upgraded to yet, so we know if we need to fix up any of our code / update an addon before getting to that actual Ember version