Skip to content

🪐 The Architecture of Monorepo System based on Pnpm, Lerna

License

Notifications You must be signed in to change notification settings

pdsuwwz/mono-repo-example

Repository files navigation

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