How to make BuddyBuild call react-native bundle with --dev false

182 views Asked by At

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:
enter image description here

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?

0

There are 0 answers