Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a48842f

Browse files
committed
Fix test script asset copy script
1 parent e2fab41 commit a48842f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm install --save "${CWD}/src"
4141
rnpm link
4242

4343
# copy android assets
44-
cp ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
44+
cp -R ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
4545

4646
# start RN
4747
cd "${TEST_APP_PATH}"

0 commit comments

Comments
 (0)