Skip to content

Commit

Permalink
add overrides for release beta canary
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored and kategengler committed Aug 15, 2023
1 parent 809dbaf commit 80d774a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions smoke-test-app/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('release'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -38,6 +41,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -46,6 +52,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -64,6 +73,9 @@ module.exports = async function () {
ember: {
edition: 'classic',
},
overrides: {
'ember-source': '$ember-source',
},
},
},
embroiderSafe(),
Expand Down

0 comments on commit 80d774a

Please sign in to comment.