mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
fix caching when downloading the ROS-for-testing bundle
This commit is contained in:
parent
a6edc69131
commit
2f83d8792b
@ -6,8 +6,8 @@ set -eo pipefail
|
||||
|
||||
. dependencies.list
|
||||
|
||||
if [ -f object-server-for-testing/node_modules/realm-object-server/package.json ]; then
|
||||
if grep -q "\"version\": \"$REALM_OBJECT_SERVER_VERSION\"" object-server-for-testing/node_modules/realm-object-server/package.json; then
|
||||
if [ -f object-server-for-testing/node_modules/realm-object-server-developer/package.json ]; then
|
||||
if grep -q "\"version\": \"$REALM_OBJECT_SERVER_VERSION\"" object-server-for-testing/node_modules/realm-object-server-developer/package.json; then
|
||||
echo -e "yes\n" | object-server-for-testing/reset-server-realms.command
|
||||
exit
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user