You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if git diff --exit-code "$root_state_schema"; then
echo "$root_state_schema is up to date"
exit 0
fi
echo -e "$root_state_schema has been updated. Please review the changes, add the necessary redux migration and commit the changes.\nSee https://github.com/valora-inc/wallet/tree/main/WALLET.md#redux-state-migration"