Can't push only node_modules through realm-cli when app hasn't changed

I have an automated deployment setup for my realm app, and sometimes our dependencies change without any changes to our realm app configuration files.

However, when I try to push my changes using realm-cli push --remote="<our app name>" --include-node-modules, it won’t push the new dependencies if the app configuration files haven’t changed in any way. Instead, it will give the message Deployed app is identical to proposed version, nothing to do

Is there a way to force-update the dependencies, even if the app configuration files haven’t changed?

Anything new? This is a real issue…

1 Like