Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DPodInstallCommand.ts22 const absoluteProjectPath = path.join(EXPO_DIR, relativeProjectPath); constant
23 const podfileLockHash = await md5(path.join(absoluteProjectPath, 'Podfile.lock'));
24 const manifestLockHash = await md5(path.join(absoluteProjectPath, 'Pods/Manifest.lock'));
30 await podInstallAsync(absoluteProjectPath, {