A practical guide to deploying only changed apps from a pnpm/npm monorepo to Cloudflare Pages using Nx's affected command and GitHub Actions. The approach uses Nx's project graph to dynamically detect which apps changed (including transitive dependencies), declares a `deploy` target per app in package.json with wrangler, and
Table of contents
Two paths for deployingThe deploy targetThe workflowSecrets and one-time setupWrapping upLearn MoreSort: