ソースを参照

Change test environment setup script

Ben Hsieh 8 年 前
コミット
6f9eed1b55
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3
    0
      test.sh

+ 3
- 0
test.sh ファイルの表示

@@ -43,6 +43,9 @@ if [ "$#" == 4 ]; then
43 43
 fi
44 44
 react-native "run-${TARGET}"
45 45
 
46
+# install dev packages
47
+cd ${CWD}
48
+npm install
46 49
 # start test server
47 50
 cd "${CWD}/test-server"
48 51
 # kill existing server