Przeglądaj źródła

start the packager in CI

Daniel Zlotin 7 lat temu
rodzic
commit
3d49a36ca0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      scripts/test.e2e.ios.js

+ 1
- 1
scripts/test.e2e.ios.js Wyświetl plik

@@ -37,7 +37,7 @@ function runDetoxUsingMocha() {
37 37
 function e2e() { //eslint-disable-line
38 38
   try {
39 39
     if (process.env.CI) {
40
-      exec.exec(`yarn run start`);
40
+      exec.execSync(`yarn run start &`);
41 41
       exec.execSync(`sleep 5`);
42 42
     }
43 43
     runDetoxUsingMocha();