Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DPodInstallCommand.ts24 const manifestLockHash = await md5(path.join(absoluteProjectPath, 'Pods/Manifest.lock')); constant
26 if (!manifestLockHash || podfileLockHash !== manifestLockHash || options.force) {