Browse Source

start the packager in CI

Daniel Zlotin 7 years ago
parent
commit
3d49a36ca0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scripts/test.e2e.ios.js

+ 1
- 1
scripts/test.e2e.ios.js View File

@@ -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();