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 74c8c69 commit 2295fdaCopy full SHA for 2295fda
lib/services/platform-service.ts
@@ -333,7 +333,7 @@ export class PlatformService implements IPlatformService {
333
334
public shouldBuild(platform: string, buildConfig?: IBuildConfig): IFuture<boolean> {
335
return (() => {
336
- if (this.$options.release || this.$projectChangesService.currentChanges.changesRequireBuild) {
+ if (this.$projectChangesService.currentChanges.changesRequireBuild) {
337
return true;
338
}
339
let platformData = this.$platformsData.getPlatformData(platform);
0 commit comments