Skip to content

Commit

Permalink
chore: add embroider try scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya authored Sep 12, 2020
1 parent 8f51d53 commit 71f6692
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ module.exports = async function () {
},
},
},
{
name: 'embroider-tests',
npm: {
devDependencies: {
'@embroider/core': '*',
'@embroider/webpack': '*',
'@embroider/compat': '*',
},
},
},
],
};
};

0 comments on commit 71f6692

Please sign in to comment.