Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 589 Bytes

File metadata and controls

35 lines (26 loc) · 589 Bytes

Agents

Building

pnpm run build 

Testing

pnpm run test

Run 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"

Releasing

Use pnpm for all publishing so workspace dependencies resolve correctly during packaging.

Stable release

pnpm run release

Release candidate

pnpm run release:rc

These scripts forward to aegir with the pnpm publish command, so no additional flags are required.