Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/
H A Dalign-package-versions.js17 const ROOT_LOCATION = path.join(__dirname, '..', '..'); constant
18 const TEMPLATE_LOCATION = path.join(ROOT_LOCATION, 'template');
19 const REPO_CONFIG_LOCATION = path.join(ROOT_LOCATION, 'repo-config');
104 ROOT_LOCATION,
139 cwd: ROOT_LOCATION,
H A Dcheck-for-git-changes.js13 const ROOT_LOCATION = path.join(__dirname, '..', '..'); constant
20 cwd: ROOT_LOCATION,
H A Dfind-and-publish-all-bumped-packages.js16 const ROOT_LOCATION = path.join(__dirname, '..', '..'); constant
39 {cwd: ROOT_LOCATION, shell: true, stdio: 'pipe', encoding: 'utf-8'},
70 {cwd: ROOT_LOCATION, shell: true, stdio: 'pipe', encoding: 'utf-8'},
H A Dfor-each-package.js13 const ROOT_LOCATION = path.join(__dirname, '..', '..'); constant
14 const PACKAGES_LOCATION = path.join(ROOT_LOCATION, 'packages');
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/bump-all-updated-packages/
H A Dindex.js21 const ROOT_LOCATION = path.join(__dirname, '..', '..', '..'); constant
59 {cwd: ROOT_LOCATION, silent: true},
64 {cwd: ROOT_LOCATION, silent: true},
81 cwd: ROOT_LOCATION,
170 exec(`git commit -a -m "${BUMP_COMMIT_MESSAGE}"`, {cwd: ROOT_LOCATION});