Skip to content

Commit

Permalink
add overrides to ember-try scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed May 23, 2023
1 parent d1e3020 commit 28b64b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('release'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -44,6 +47,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -52,6 +58,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand Down Expand Up @@ -102,6 +111,9 @@ module.exports = async function () {
'ember-source': await getChannelURL('release'),
'ember-deprecation-error': '*',
},
overrides: {
'ember-source': '$ember-source',
},
},
},
],
Expand Down

0 comments on commit 28b64b2

Please sign in to comment.