Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DcopyTemplateFiles.ts16 copiedPaths: string[];
104 const copiedPaths = []; constant
109 copiedPaths.push(copyFilePath);
115 debug(`Copied files:`, copiedPaths);
116 debug(`Skipped files:`, copiedPaths);
117 return { copiedPaths, skippedPaths };
H A DupdateFromTemplate.ts55 const copiedPaths = await profile(cloneTemplateAndCopyToProjectAsync)({ constant
70 hasNewProjectFiles: !!copiedPaths.length,
73 copiedPaths.includes('ios') ||
123 return results.copiedPaths;