We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3455976 commit b514eaeCopy full SHA for b514eae
lib/services/platform-service.ts
@@ -314,7 +314,7 @@ export class PlatformService implements IPlatformService {
314
315
public shouldBuild(platform: string, buildConfig?: IBuildConfig): IFuture<boolean> {
316
return (() => {
317
- if (this.$options.release || this.$projectChangesService.currentChanges.changesRequireBuild) {
+ if (this.$projectChangesService.currentChanges.changesRequireBuild) {
318
return true;
319
}
320
let platformData = this.$platformsData.getPlatformData(platform);
0 commit comments