瀏覽代碼

fix script

Daniel Zlotin 8 年之前
父節點
當前提交
4b9e810797
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      scripts/test.e2e.ios.js

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

6
 function buildProjForDetox() {
6
 function buildProjForDetox() {
7
   const scheme = release ? `playground_release` : `playground`;
7
   const scheme = release ? `playground_release` : `playground`;
8
 
8
 
9
-  const cmd = `cd ./playground/ios && xcodebuild
9
+  const cmd = `RCT_NO_LAUNCH_PACKAGER=true
10
+            cd ./playground/ios && xcodebuild
10
             -scheme ${scheme}
11
             -scheme ${scheme}
11
             ${release ? 'clean build' : 'build'}
12
             ${release ? 'clean build' : 'build'}
12
             -project playground.xcodeproj
13
             -project playground.xcodeproj