Przeglądaj źródła

start the packager in CI

Daniel Zlotin 8 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
 function e2e() { //eslint-disable-line
37
 function e2e() { //eslint-disable-line
38
   try {
38
   try {
39
     if (process.env.CI) {
39
     if (process.env.CI) {
40
-      exec.exec(`yarn run start`);
40
+      exec.execSync(`yarn run start &`);
41
       exec.execSync(`sleep 5`);
41
       exec.execSync(`sleep 5`);
42
     }
42
     }
43
     runDetoxUsingMocha();
43
     runDetoxUsingMocha();