pnpm run build pnpm run testRun specific test file
node ./node_modules/aegir/src/index.js run test \
--roots ./packages/programs/data/shared-log -- -t node \
--grep "will prune on put 301 after join"Use pnpm for all publishing so workspace dependencies resolve correctly during packaging.
pnpm run releasepnpm run release:rcThese scripts forward to aegir with the pnpm publish command, so no additional flags are required.