Home
last modified time | relevance | path

Searched refs:maybeBailOnGitStatusAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/prebuild/
H A DprebuildAsync.ts66 const { maybeBailOnGitStatusAsync } = await import('../utils/git.js'); constant
68 if (await maybeBailOnGitStatusAsync()) {
/expo/packages/@expo/cli/src/utils/
H A Dgit.ts9 export async function maybeBailOnGitStatusAsync(): Promise<boolean> { function