Installing realm-js from source when building the react apps
This commit is contained in:
parent
ab4d9c9aac
commit
ef449edd77
|
@ -274,9 +274,9 @@ case "$TARGET" in
|
||||||
npm run check-environment
|
npm run check-environment
|
||||||
download_server
|
download_server
|
||||||
start_server
|
start_server
|
||||||
|
|
||||||
pushd tests/react-test-app
|
pushd tests/react-test-app
|
||||||
npm install
|
npm install --build-from-source
|
||||||
open_chrome
|
|
||||||
start_packager
|
start_packager
|
||||||
|
|
||||||
pushd ios
|
pushd ios
|
||||||
|
@ -287,8 +287,7 @@ case "$TARGET" in
|
||||||
npm run check-environment
|
npm run check-environment
|
||||||
pushd examples/ReactExample
|
pushd examples/ReactExample
|
||||||
|
|
||||||
npm install
|
npm install --build-from-source
|
||||||
open_chrome
|
|
||||||
start_packager
|
start_packager
|
||||||
|
|
||||||
pushd ios
|
pushd ios
|
||||||
|
@ -306,7 +305,7 @@ case "$TARGET" in
|
||||||
|
|
||||||
pushd tests/react-test-app
|
pushd tests/react-test-app
|
||||||
|
|
||||||
npm install
|
npm install --build-from-source
|
||||||
|
|
||||||
echo "Resetting logcat"
|
echo "Resetting logcat"
|
||||||
# Despite the docs claiming -c to work, it doesn't, so `-T 1` alleviates that.
|
# Despite the docs claiming -c to work, it doesn't, so `-T 1` alleviates that.
|
||||||
|
|
Loading…
Reference in New Issue