Skip to content

Commit 355cb77

Browse files
authored
fix(dev): Allow ember-canary to fail (#3104)
As suggested in `ember-try`'s README (https://github.com/ember-cli/ember-try#configuration-files).
1 parent 294a55f commit 355cb77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ember/config/ember-try.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = async function() {
4040
},
4141
{
4242
name: 'ember-canary',
43+
allowedToFail: true,
4344
npm: {
4445
devDependencies: {
4546
'ember-source': await getChannelURL('canary'),

0 commit comments

Comments
 (0)