Skip to content

Commit

Permalink
Update packages/cli-platform-apple/src/commands/buildCommand/createBu…
Browse files Browse the repository at this point in the history
…ild.ts

Co-authored-by: Szymon Rybczak <szymon.rybczak@gmail.com>
  • Loading branch information
hoonjoo-park and szymonrybczak committed Feb 5, 2024
1 parent 9d3e817 commit 6735861
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import {supportedPlatforms} from '../../config/supportedPlatforms';
const createBuild =
({platformName}: BuilderCommand) =>
async (_: Array<string>, ctx: Config, args: BuildFlags) => {
const platformConfig = ctx.project[platformName] as
| IOSProjectConfig
| undefined;
const platformConfig = ctx.project[platformName] as IOSProjectConfig;

if (
platformConfig === undefined ||
Expand Down

0 comments on commit 6735861

Please sign in to comment.