Skip to content

Commit

Permalink
fix ember-try issue with release beta canary
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 3, 2023
1 parent 0a9cfe9 commit efc4171
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 65 deletions.
85 changes: 21 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ember-source": "~4.12.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.7.2",
"ember-try": "^2.0.0",
"ember-try": "github:ember-cli/ember-try#master",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ember": "^11.5.0",
Expand Down
9 changes: 9 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('release'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -79,6 +82,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand All @@ -87,6 +93,9 @@ module.exports = async function () {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
overrides: {
'ember-source': '$ember-source',
},
},
},
{
Expand Down

0 comments on commit efc4171

Please sign in to comment.