The Original Tool forJavaScript Monorepos
Fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
COMMANDS
Update dependencies for all components:
npm run bootstrap
Compile, build all components:
npm run lerna
Localy develop docs:
npm run docs:dev
Build docs:
npm run docs:build