We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3323ff0 commit e071fdcCopy full SHA for e071fdc
1 file changed
packages/cli-platform-apple/src/commands/runCommand/getBuildSettings.ts
@@ -41,7 +41,7 @@ export async function getBuildSettings(
41
.filter((setting: any) => setting.buildSettings.WRAPPER_EXTENSION === 'app')
42
.map(({target: settingsTarget}: any) => settingsTarget);
43
44
- if (applicationTargets.length === 0) return null
+ if (applicationTargets.length === 0) return null;
45
46
let selectedTarget = applicationTargets[0];
47
0 commit comments