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

5m read timeFrom nx.dev
Post cover image
Table of contents
Two paths for deployingThe deploy targetThe workflowSecrets and one-time setupWrapping upLearn More

Sort: