mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-03 18:24:04 +00:00
7 lines
239 B
Bash
Executable File
7 lines
239 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf node_modules/realm node_modules/realm-tests
|
|
npm install realm realm-tests
|
|
cp ../../src/object-store/parser/queryTests.json node_modules/realm-tests/query-tests.json
|
|
adb forward tcp:8082 tcp:8082
|
|
react-native run-android
|