Skip to content

Commit

Permalink
ci(config/ember-try): adds ember-release-no-deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Nov 6, 2024
1 parent 0882cc1 commit c500843
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ module.exports = async function () {
},
},
},
{
name: 'ember-release-no-deprecations',
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
'ember-deprecation-error': '*',
},
},
},
],
};
};

0 comments on commit c500843

Please sign in to comment.