- Node ≥ 20
- pnpm ≥ 9
pnpm install
pnpm buildLink the CLI for local use:
cd apps/cli && pnpm link --global
colony --helpWhen the linked colony binary runs from a source checkout, it rebuilds stale CLI
dist automatically before loading dist/index.js. Set COLONY_SKIP_AUTO_BUILD=1
to use the current dist without this freshness check.
export COLONY_HOME=$PWD/.colony-dev
pnpm devpnpm typecheck
pnpm lint
pnpm test
pnpm buildAll four must pass before merging.
pnpm changesetCommit the generated file with your PR.