Skip to content

Commit

Permalink
Allow embroider-optimized build to fail for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Sep 19, 2023
1 parent 585b43e commit 97e205f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ module.exports = async function () {
},
},
embroiderSafe(),
embroiderOptimized(),
embroiderOptimized({
allowedToFail: true,
}),
],
};
};

0 comments on commit 97e205f

Please sign in to comment.