소스 검색

Update test script

Ben Hsieh 8 년 전
부모
커밋
19eb220187
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      test.sh

+ 1
- 1
test.sh 파일 보기

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
 npm install --save firebase
42
 npm install --save firebase
43
-rnpm link
43
+react-native link
44
 
44
 
45
 # copy android assets
45
 # copy android assets
46
 cd ${CWD}
46
 cd ${CWD}