We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8db8e commit 2404c2bCopy full SHA for 2404c2b
lib/services/platform-service.ts
@@ -285,6 +285,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
285
await this.copyAppFiles(platform, appFilesUpdaterOptions, projectData);
286
}
287
if (!changesInfo || changesInfo.appResourcesChanged) {
288
+ await this.copyAppFiles(platform, appFilesUpdaterOptions, projectData);
289
this.copyAppResources(platform, projectData);
290
await platformData.platformProjectService.prepareProject(projectData, platformSpecificData);
291
0 commit comments