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