Seed now supports checking for code changes using the pnpm package manager.

pnpm is a faster package manager that works great for monorepo projects. You can enable incremental service deployments if you are using pnpm Workspaces. Seed can use pnpm to figure out if a service has been updated in the commits that have been pushed.

Enable it by adding the following to your seed.yml.

check_code_change: pnpm

Read more about this over on the docs.