Skip to content

Commit f2b9f22

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Fix broken rebase
1 parent 0768fa4 commit f2b9f22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/services/platform-service.ts

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ export class PlatformService implements IPlatformService {
165165
shell.cp("-R", path.join(appResourcesDirectoryPath, platformData.normalizedPlatformName, "*"), platformData.appResourcesDestinationDirectoryPath);
166166
this.$fs.deleteDirectory(appResourcesDirectoryPath).wait();
167167
}
168+
169+
platformData.platformProjectService.prepareProject().wait();
168170

169171
// Process platform specific files
170172
let directoryPath = path.join(platformData.appDestinationDirectoryPath, constants.APP_FOLDER_NAME);

0 commit comments

Comments
 (0)