Skip to content

Commit 9dc2bb9

Browse files
committed
Force npm resolution
Without this npm doesn't get along with ember-try.
1 parent ddcdd31 commit 9dc2bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/dummy/config/ember-try.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
55

66
module.exports = async function () {
77
return {
8+
buildManagerOptions() {
9+
return ['--force'];
10+
},
811
scenarios: [
912
{
1013
name: 'ember-lts-4.4',

0 commit comments

Comments
 (0)