Skip to content

Commit

Permalink
change prebuild declaration in interface to async
Browse files Browse the repository at this point in the history
  • Loading branch information
km1chno committed Nov 26, 2024
1 parent e4f9296 commit 7fba86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/expo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface ExpoExtension {
prebuild: (
context: ProjectContext,
{ cleanAfter }: { cleanAfter: boolean }
) => void
) => Promise<void>
eas: {
login: () => Promise<void>
whoami: () => string | undefined
Expand Down

0 comments on commit 7fba86c

Please sign in to comment.