We are using BuddyBuild for our CI flow. When doing a build, I've noticed in the BuddyBuild log screen that it calls "react-native bundle" without the --dev false flag like so:
This means the main.jsbundle is being generated is for dev purposes. But this is a production build.
How can I tell BuddyBuild to add the --dev false flag to the bundle command?