Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 410 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 410 Bytes

mono-repo-example

🪐 The Architecture of Monorepo System based on Pnpm, Lerna

Install

pnpm install

Run app

node .

Tests with Lerna

pnpm test

Lint

pnpm lint

Update Version

pnpm update:version

Update Dependencies

pnpm up --recursive --latest

Install External Dependencies

pnpm add xxx -W