Browse Source

Change dev test script

Ben Hsieh 8 years ago
parent
commit
01810fa892
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      scripts/test.sh

+ 4
- 0
scripts/test.sh View File

39
 cd "${TEST_APP_PATH}"
39
 cd "${TEST_APP_PATH}"
40
 # npm install --save "${CWD}/src"
40
 # npm install --save "${CWD}/src"
41
 npm install --save react-native-fetch-blob
41
 npm install --save react-native-fetch-blob
42
+# libs that requires web API polyfills
42
 npm install --save firebase
43
 npm install --save firebase
44
+# libs that requires Node polyfills
45
+npm install --save oboe
46
+npm install --save nedb
43
 rnpm link
47
 rnpm link
44
 
48
 
45
 # copy android assets
49
 # copy android assets