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 D | align-package-versions.js | 17 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 D | check-for-git-changes.js | 13 const ROOT_LOCATION = path.join(__dirname, '..', '..'); constant 20 cwd: ROOT_LOCATION,
|
| H A D | find-and-publish-all-bumped-packages.js | 16 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 D | for-each-package.js | 13 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 D | index.js | 21 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});
|