File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ export class DestCopy implements IBroccoliPlugin {
26
26
private platform : string ,
27
27
private $fs : IFileSystem ,
28
28
private $projectFilesManager : IProjectFilesManager ,
29
- private $pluginsService : IPluginsService
29
+ private $pluginsService : IPluginsService ,
30
+ private $platformsData : IPlatformsData
30
31
) {
31
32
this . dependencies = Object . create ( null ) ;
32
33
this . devDependencies = this . getDevDependencies ( projectDir ) ;
@@ -93,7 +94,7 @@ export class DestCopy implements IBroccoliPlugin {
93
94
} ) ;
94
95
95
96
if ( ! _ . isEmpty ( this . dependencies ) ) {
96
- this . $pluginsService . afterPrepareAllPlugins ( ) . wait ( ) ;
97
+ this . $platformsData . getPlatformData ( platform ) . platformProjectService . afterPrepareAllPlugins ( ) . wait ( ) ;
97
98
}
98
99
}
99
100
You can’t perform that action at this time.
0 commit comments