Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 477 Bytes

File metadata and controls

24 lines (13 loc) · 477 Bytes

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