diff --git a/lib/services/platform-service.ts b/lib/services/platform-service.ts index ed2145fa75..9b4b9942c8 100644 --- a/lib/services/platform-service.ts +++ b/lib/services/platform-service.ts @@ -560,6 +560,7 @@ export class PlatformService extends EventEmitter implements IPlatformService { return null; } + @helpers.hook('cleanApp') public async cleanDestinationApp(platformInfo: IPreparePlatformInfo): Promise { await this.ensurePlatformInstalled(platformInfo.platform, platformInfo.platformTemplate, platformInfo.projectData, platformInfo.config);