Skip to content

Commit 46231f6

Browse files
authored
Merge pull request #1726 from flexn-io/chore/apple_target_list
fix/apple_target_list
2 parents c537172 + 94a0028 commit 46231f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-apple/src/tasks/taskTargetList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { SdkPlatforms } from '../common';
44

55
export default createTask({
66
description: 'List all available targets for specific platform',
7-
dependsOn: [RnvTaskName.workspaceConfigure],
7+
dependsOn: [RnvTaskName.projectConfigure],
88
fn: async () => {
99
return listAppleDevices();
1010
},

0 commit comments

Comments
 (0)