Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DcopyTemplateFiles.ts18 skippedPaths: string[];
37 { skippedPaths, gitignore }: CopyFilesResults
41 if (skippedPaths.length) {
43 ` | ${skippedPaths.map((path) => chalk.bold(`/${path}`)).join(', ')} already created`
105 const skippedPaths = []; constant
112 skippedPaths.push(copyFilePath);
117 return { copiedPaths, skippedPaths };