Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DUpdateProjectTemplates.ts103 const yarnLockPath = path.join(templatePath, 'yarn.lock'); constant
105 if (await fs.pathExists(yarnLockPath)) {
108 await fs.remove(yarnLockPath);