Test and verify changes
Use the root scripts rather than ad hoc workspace commands so dependency builds and tests run in the supported order.
The root test script prepares shared package artifacts first and then runs package tests sequentially.
The root verify script is the canonical local and CI verification path.
Avoid relying on pnpm -r test as a repo health signal because workspace build ordering can create false negatives.
Supported verification commands
Section titled “Supported verification commands”pnpm testpnpm verify