In Cloudflare Workers, there is a handy wrangler command wrangler deploy --dry-run
which compiles your project without deploying it. https://developers.cloudflare.com/workers/wrangler/commands/#deploy
Is there a way to compile Cloudflare Pages project without deploying it?
wrangler pages deploy
command apparently doesn’t have the --dry-run
flag https://developers.cloudflare.com/workers/wrangler/commands/#deploy-1