Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 846e272

Browse files
committed
Use skipNativePrepare for cloud builds
When preparing project from cloud services we do not count on local setup, so skip native preparation
1 parent b6e1132 commit 846e272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/cloud-build-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export class CloudBuildService extends EventEmitter implements ICloudBuildServic
257257
ignoreScripts: false
258258
};
259259

260-
await this.$platformService.preparePlatform(platform, appFilesUpdaterOptions, null, projectData, config);
260+
await this.$platformService.preparePlatform(platform, appFilesUpdaterOptions, null, projectData, config, [], { skipNativePrepare: true });
261261
}
262262

263263
private async getObjectFromS3File<T>(pathToFile: string): Promise<T> {

0 commit comments

Comments
 (0)