File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 106
106
"ember-addon" : {
107
107
"configPath" : " tests/dummy/config" ,
108
108
"before" : [
109
- " ember-cli-babel"
109
+ " ember-cli-babel" ,
110
+ " ember-qunit-decorators"
111
+ ],
112
+ "after" : [
113
+ " ember-source" ,
114
+ " ember-data" ,
115
+ " ember-decorators"
110
116
]
111
117
},
112
118
"prettier" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = {
29
29
// dependency on install.
30
30
if ( this . project . addons . includes ( this ) ) {
31
31
this . project . addons . splice (
32
- this . project . addons . map ( a => a . name ) . indexOf ( 'ember-source ' ) + 1 ,
32
+ this . project . addons . map ( a => a . name ) . indexOf ( 'ember-cli-typescript ' ) + 1 ,
33
33
0 ,
34
34
this . addons . find ( addon => addon . name === 'ember-cli-typescript-blueprints' ) ) ;
35
35
}
You can’t perform that action at this time.
0 commit comments