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

Commit 4c29a21

Browse files
committed
Change test script
1 parent e3a7280 commit 4c29a21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ "$#" -eq 1 ]; then
3333
fi
3434
# copy js files to test app folder
3535
cp -R test/ "${TEST_APP_PATH}/"
36+
node -e "var fs=require('fs'); var pkg = JSON.parse(fs.readFileSync('./RNFetchBlobTest/package.json')); pkg.rnpm = {assets : ['assets']}; fs.writeFileSync('./RNFetchBlobTest/package.json', JSON.stringify(pkg, null, 4));"
3637

3738
# install module
3839
cd "${TEST_APP_PATH}"

0 commit comments

Comments
 (0)