Publish to expo.io in travis without standalone builds

Hi! I am trying to get CI/CD setup with travis like in this guide. The CI part works fine, but the CD part is failing because it looks like expo publish is trying to build standalone versions of my app. I don’t want that at the moment and running expo publish does what I expect, it bundles the javascript and returns an exp.host url.

Is it possible to have travis to do the same?

Or am I completely missing what this command does?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.