Sfoglia il codice sorgente

Update test script

Ben Hsieh 8 anni fa
parent
commit
19eb220187
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      test.sh

+ 1
- 1
test.sh Vedi File

@@ -40,7 +40,7 @@ cd "${TEST_APP_PATH}"
40 40
 # npm install --save "${CWD}/src"
41 41
 npm install --save react-native-fetch-blob
42 42
 npm install --save firebase
43
-rnpm link
43
+react-native link
44 44
 
45 45
 # copy android assets
46 46
 cd ${CWD}