瀏覽代碼

start the packager in CI

Daniel Zlotin 7 年之前
父節點
當前提交
3d49a36ca0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      scripts/test.e2e.ios.js

+ 1
- 1
scripts/test.e2e.ios.js 查看文件

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