Skip to content

Commit a594679

Browse files
Merge remote-tracking branch 'origin/release' into vladimirov/merge-rel-master
2 parents 7b8acfd + d50b25e commit a594679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/platform-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
560560
return null;
561561
}
562562

563+
@helpers.hook('cleanApp')
563564
public async cleanDestinationApp(platformInfo: IPreparePlatformInfo): Promise<void> {
564565
await this.ensurePlatformInstalled(platformInfo.platform, platformInfo.platformTemplate, platformInfo.projectData, platformInfo.config);
565566

0 commit comments

Comments
 (0)