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

Commit 95e9eb9

Browse files
Merge pull request #47 from NativeScript/natanasova/separe-prepare
Use skipNativePrepare for cloud builds
2 parents b6e1132 + 0cf48ff commit 95e9eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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> {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-cloud",
3-
"version": "0.11.4",
3+
"version": "0.11.5",
44
"description": "Used for cloud support in NativeScript CLI",
55
"main": "lib/bootstrap.js",
66
"scripts": {

0 commit comments

Comments
 (0)