Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 78) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Drun-ci-e2e-tests.js55 exec(
72 if (exec('npm pack').code) {
90 exec(
131 exec(
152 exec(
177 exec('sleep 15s');
206 exec('sleep 15s');
208 exec(
221 return exec(
262 exec(
[all …]
H A Dtest-e2e-local-clean.js31 const {exec, exit} = require('shelljs');
39 exec("lsof -i :8081 | grep LISTEN | /usr/bin/awk '{print $2}' | xargs kill");
45 exec('./gradlew cleanAll');
46 exec('rm -rf /tmp/maven-local');
50 exec('rm -rf ~/Library/Developer/Xcode/DerivedData');
53 exec('rm -rf ~/Library/Caches/CocoaPods/Pods/External/hermes-engine');
57 exec('rm -rf packages/rn-tester/Pods');
64 exec('rm -rf /tmp/RNTestProject');
69 exec('git checkout -- .');
71 exec('git clean -fdx');
H A Dtest-e2e-local.js96 exec(
120 exec(
135 exec(
171 const exitCode = exec(
219 exec('npm pack');
226 exec(
231 exec('yarn install');
234 exec(
240 exec('bundle install');
241 exec(
[all …]
H A Dprepare-package-for-release.js21 const {echo, exec, exit} = require('shelljs');
76 exec(
86 if (exec('source scripts/update_podfile_lock.sh && update_pods').code) {
99 if (exec(`git commit -a -m "[${version}] Bump version numbers"`).code) {
105 if (exec(`git tag -a v${version} -m "v${version}"`).code) {
116 exec('git tag -d latest');
117 exec(`git push ${remote} :latest`);
120 exec('git tag -a latest -m "latest"');
123 exec(`git push ${remote} ${branch} --follow-tags`);
H A Drun-ci-javascript-tests.js20 const {echo, exec, exit} = require('shelljs');
37 if (exec(`${YARN_BINARY} run lint`).code) {
44 if (exec(`${YARN_BINARY} run flow-check-ios`).code) {
50 if (exec(`${YARN_BINARY} run flow-check-android`).code) {
58 exec(
69 if (exec(`${YARN_BINARY} run test-typescript-offline`).code) {
H A Drelease-utils.js12 const {exec, echo, exit, test, env, pushd, popd} = require('shelljs');
39 if (exec('./gradlew publishAllToMavenTempLocal').code) {
85 exec(
97 if (exec('./gradlew publishAllToSonatype -PisNightly=' + isNightly).code) {
115 exec(
120 exec(
124 exec(
156 const {code, stdout} = exec('git tag -l', {silent: true});
H A Dscm-utils.js12 const {cp, echo, exec, exit} = require('shelljs');
20 exec('git rev-parse --is-inside-work-tree', {
43 exec(`git rev-list -1 latest | grep ${commitSha}`, {
50 return exec('git rev-parse --abbrev-ref HEAD', {
57 ? exec('git rev-parse HEAD', {
H A Dtesting-utils.js12 const {exec} = require('shelljs');
29 const emulatorsOutput = exec(`${emulatorCommand} -list-avds`).stdout;
89 const status = exec(`curl http://localhost:${packagerPort}/status`, {
104 exec("open -a 'Terminal' ./scripts/packager.sh");
H A Drun-android-ci-instrumentation-tests.js24 const {echo, exec, exit, ls} = require('shelljs');
57 exec('sleep 10s');
58 return exec(
H A Dlint-java.js12 const {exec} = require('shelljs');
66 const proc = exec(
79 const lintedProc = exec(
89 const diffProc = lintedProc.exec(`diff -U 0 ${file} -`, {silent: true});
108 const match = regex.exec(range);
196 const proc = exec(
H A Dset-rn-version.js22 const {cat, echo, exec, exit, sed} = require('shelljs');
151 exec(`node scripts/set-rn-template-version.js ${version}`);
154 if (exec('scripts/update-ruby.sh').code) {
166 const numberOfChangedLinesWithNewVersion = exec(
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Drun-ci-e2e-tests.js48 exec(
65 if (exec('npm pack').code) {
84 exec(
116 exec(
137 exec(
164 exec('sleep 15s');
193 exec('sleep 15s');
195 exec(
208 return exec(
249 exec(
[all …]
H A Dprepare-package-for-release.js21 const {echo, exec, exit} = require('shelljs');
57 if (exec(`node scripts/set-rn-version.js --to-version ${version}`).code) {
64 if (exec('source scripts/update_podfile_lock.sh && update_pods').code) {
71 if (exec(`git commit -a -m "[${version}] Bump version numbers"`).code) {
77 if (exec(`git tag -a v${version} -m "v${version}"`).code) {
88 exec('git tag -d latest');
89 exec(`git push ${remote} :latest`);
92 exec('git tag -a latest -m "latest"');
95 exec(`git push ${remote} ${branch} --follow-tags`);
H A Drun-ci-javascript-tests.js20 const {echo, exec, exit} = require('shelljs');
37 if (exec(`${YARN_BINARY} run lint`).code) {
44 if (exec(`${YARN_BINARY} run flow-check-ios`).code) {
50 if (exec(`${YARN_BINARY} run flow-check-android`).code) {
58 exec(
H A Dversion-utils.js10 const {exec} = require('shelljs');
36 return exec('git rev-parse --abbrev-ref HEAD', {
43 exec(`git rev-list -1 latest | grep ${commitSha}`, {
H A Drun-android-ci-instrumentation-tests.js24 const {echo, exec, exit, ls} = require('shelljs');
57 exec('sleep 10s');
58 return exec(
H A Dlint-java.js12 const {exec} = require('shelljs');
66 const proc = exec(
79 const lintedProc = exec(
89 const diffProc = lintedProc.exec(`diff -U 0 ${file} -`, {silent: true});
108 const match = regex.exec(range);
196 const proc = exec(
H A Dset-rn-version.js20 const {cat, echo, exec, exit, sed} = require('shelljs');
132 exec(`node scripts/set-rn-template-version.js ${version}`);
135 if (exec('scripts/update-ruby.sh').code) {
146 const numberOfChangedLinesWithNewVersion = exec(
H A Dpublish-npm.js34 const {exec, echo, exit, test, env} = require('shelljs');
109 if (exec(`rm -rf ./${HERMES_SOURCE_DEST_PATH}`).code) {
114 if (exec(hermesInstallScript).code) {
121 const currentCommit = exec('git rev-parse HEAD', {
/expo/fastlane/
H A DREADME.md21 [bundle exec] fastlane ios prepare_schemes
29 [bundle exec] fastlane ios test_module
37 [bundle exec] fastlane ios unit_tests
45 [bundle exec] fastlane ios test
53 [bundle exec] fastlane ios create_simulator_build
61 [bundle exec] fastlane ios create_expo_client_build
69 [bundle exec] fastlane ios release
82 [bundle exec] fastlane android start
90 [bundle exec] fastlane android build
98 [bundle exec] fastlane android upload_crashlytics_symbols
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/bump-all-updated-packages/
H A Dindex.js13 const {echo, exec, exit} = require('shelljs');
57 const hashOfLastCommitInsidePackage = exec(
62 const hashOfLastCommitThatChangedVersion = exec(
78 exec(
170 exec(`git commit -a -m "${BUMP_COMMIT_MESSAGE}"`, {cwd: ROOT_LOCATION});
/expo/tools/src/android-update-native-dependencies/
H A DupdateGradleFiles.ts33 const versionWithVariableMatches = regexVersionVariable.exec(modifiedBody);
43 .exec(modifiedBody)
53 .exec(modifiedBody)
63 .exec(modifiedBody)
75 .exec(modifiedBody)
86 .exec(modifiedBody)
/expo/packages/expo-sqlite/build/
H A DSQLite.js24 exec(queries, readOnly, callback) { method in SQLiteDatabase
28 … ExpoSQLite.exec(this._name, queries.map(_serializeQuery), readOnly).then((nativeResultSets) => {
42 return this.exec(queries, readOnly, callback);
57 …const nativeResultSets = await ExpoSQLite.exec(this._name, queries.map(_serializeQuery), readOnly);
169 db.exec = db._db.exec.bind(db._db);
/expo/packages/expo-updates/cli/
H A Dcli.ts62 commands[command]().then((exec) => exec(commandArgs));
/expo/packages/expo-sqlite/src/
H A DSQLite.ts41 exec(queries: Query[], readOnly: boolean, callback: SQLiteCallback): void { method in SQLiteDatabase
46 ExpoSQLite.exec(this._name, queries.map(_serializeQuery), readOnly).then(
64 return this.exec(queries, readOnly, callback);
85 const nativeResultSets = await ExpoSQLite.exec(
246 db.exec = db._db.exec.bind(db._db);

1234