I am currently building an App using react-native where we are integrating it with Codepush service. I know that we can explicitly call Codepush server from build script using command like -
appcenter codepush release-react
However, as per my requirement, my build pipeline should not release a codepush and instead force for a full app upgrade if the code changes are not in .js files. (let's say changes are in image or logo then I should not go ahead with codepush)
My question is, is there any standard way to check that from appcenter build scripts?