diff --git a/lib/services/cloud-build-service.ts b/lib/services/cloud-build-service.ts index cc4611e..954db2f 100644 --- a/lib/services/cloud-build-service.ts +++ b/lib/services/cloud-build-service.ts @@ -257,7 +257,7 @@ export class CloudBuildService extends EventEmitter implements ICloudBuildServic ignoreScripts: false }; - await this.$platformService.preparePlatform(platform, appFilesUpdaterOptions, null, projectData, config); + await this.$platformService.preparePlatform(platform, appFilesUpdaterOptions, null, projectData, config, [], { skipNativePrepare: true }); } private async getObjectFromS3File(pathToFile: string): Promise { diff --git a/package.json b/package.json index 42cc5d6..e6d013c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-cloud", - "version": "0.11.4", + "version": "0.11.5", "description": "Used for cloud support in NativeScript CLI", "main": "lib/bootstrap.js", "scripts": {