Skip to content

Commit d50b25e

Browse files
Merge pull request #3339 from NativeScript/kerezov/introduce-cleanapp-hook
feat(build): introduce cleanApp hook
2 parents e7039a0 + eea1373 commit d50b25e

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)