Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
quinlanj committed Dec 19, 2023
1 parent 183fe87 commit 32b8d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-cli/src/project/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import nullthrows from 'nullthrows';
import path from 'path';
import promiseLimit from 'promise-limit';

import { resolveWorkflowAsync } from './workflow';
import { selectBranchOnAppAsync } from '../branch/queries';
import { getDefaultBranchNameAsync } from '../branch/utils';
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient';
Expand All @@ -39,6 +38,7 @@ import chunk from '../utils/expodash/chunk';
import { truthy } from '../utils/expodash/filter';
import uniqBy from '../utils/expodash/uniqBy';
import { Client } from '../vcs/vcs';
import { resolveWorkflowAsync } from './workflow';

export type ExpoCLIExportPlatformFlag = Platform | 'all';

Expand Down

0 comments on commit 32b8d7d

Please sign in to comment.