Download core/sync when testing

This commit is contained in:
Kenneth Geisshirt 2017-11-16 13:24:30 +01:00 committed by blagoev
parent cc515a6a60
commit 906a9dc34e
1 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,7 @@ case "$TARGET" in
npm run check-environment
download_server
start_server
node ./scripts/download-realm.js ios --sync
pushd tests/react-test-app
npm install
open_chrome
@ -303,6 +304,7 @@ case "$TARGET" in
;;
"react-example")
npm run check-environment
node ./scripts/download-realm.js ios --sync
pushd examples/ReactExample
npm install