Skip to content

proophboard/node-cody-server

Repository files navigation

node-cody-server

NodeJS Cody Server

Monorepo Maintenance

Lerna is used to run commands for all packages, e.g. lerna run dev:next --stream --parallel

Changesets is used to manage package versions and publishing to NPM

Build Package

yarn build

Create Changeset

changeset

Distribute Version

changeset version

Publish on NPM

changeset publish or yarn release