Home
last modified time | relevance | path

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

/expo/packages/expo-test-runner/build/
H A DUtils.js6 …orts.killSimulatorAsync = exports.killEmulatorAsync = exports.delay = exports.yarnInstall = void 0;
10 function yarnInstall(path) { function
13 exports.yarnInstall = yarnInstall;
H A DUtils.d.ts2 export declare function yarnInstall(path: string): void; function
H A DUtils.js.map1 …process';\n\nimport { Platform } from './Platform';\n\nexport function yarnInstall(path: string) {…
/expo/packages/expo-test-runner/src/
H A DUtils.ts6 export function yarnInstall(path: string) { function
/expo/tools/src/commands/
H A DGenerateBareApp.ts42 await yarnInstall({ projectDir });
204 async function yarnInstall({ projectDir }: { projectDir: string }) { function