Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DUpdateReactNativeDocs.ts44 const rnRepo = new GitDirectory(RN_REPO_DIR); constant
143 await rnRepo.runAsync(['checkout', 'main']);
144 await rnRepo.pullAsync({});
146 if (!(await rnRepo.tryAsync(['checkout', options.from]))) {
150 if (!(await rnRepo.tryAsync(['checkout', options.to]))) {