PR preview deployments - packaged or running interactively in iex

If you deploy your PR’s to a temporary instance for previewing, do you package for application and start the packaged application or do you start the application in an interactive iex session?

I thinking of using interactive iex session, and moving away from packaged build, for this scenario, assuming running in iex session will startup faster.