Skip to content

Commit

Permalink
ember-try: Enable usePnpm option
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 4, 2021
1 parent 3f8f4ef commit b7376b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = function() {
]).then((urls) => {
return {
command: process.env.TEST_SUITE ? `pnpm ${process.env.TEST_SUITE}` : 'pnpm test',
usePnpm: true,
useVersionCompatibility: true,
scenarios: [
{
Expand Down

0 comments on commit b7376b5

Please sign in to comment.