Skip to content

Commit d1cc240

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Prepare platform only once - when building
1 parent fe2fc44 commit d1cc240

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/services/platform-service.ts

-3
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export class PlatformService implements IPlatformService {
178178
return (() => {
179179
platform = platform.toLowerCase();
180180

181-
this.preparePlatform(platform).wait();
182181
if (options.emulator) {
183182
this.deployOnEmulator(platform).wait();
184183
} else {
@@ -215,8 +214,6 @@ export class PlatformService implements IPlatformService {
215214
var platformData = this.$platformsData.getPlatformData(platform);
216215

217216
if (options["debug-brk"]) {
218-
this.preparePlatform(platform).wait();
219-
220217
var cachedDeviceOption = options.forDevice;
221218
options.forDevice = true;
222219
this.buildPlatform(platform).wait();

0 commit comments

Comments
 (0)