Skip to content

Commit 83c3d5c

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #598 from NativeScript/fatme/fix-broken-rebase
Fix broken rebase
2 parents 0768fa4 + f2b9f22 commit 83c3d5c

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)