How can I view the `wrangler pages deploy` build output, or check the size limit being hit?

When I do wrangler pages deploy ... I get a generic "This deployment failed" error. I'm pretty sure I've hit the build size limit (using _worker.js for SSR, so it's girthy), but I don't know for sure how large the build is or what's in it. Is there a way to get wrangler to output the build somewhere I can poke around, or see the actual size of the build?
Was this page helpful?