mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
docs(example): fix typos
This commit is contained in:
@@ -17,14 +17,14 @@ monorepo with three config values. Lets see what each of them are doing.
|
||||
**link-local = true**
|
||||
|
||||
This is the most important change for a monorepo.
|
||||
The `link-local` config makes `pnpm` synlink local dependencies and convert them to semver
|
||||
depencies before publish. More detailes about this option at: [usage in monorepos](../../docs/recipes/usage-in-monorepos.md)
|
||||
The `link-local` config makes `pnpm` symlink local dependencies and convert them to semver
|
||||
dependencies before publish. More details about this option at: [usage in monorepos](../../docs/recipes/usage-in-monorepos.md)
|
||||
|
||||
**store-path = ~/.store**
|
||||
|
||||
This makes `pnpm` use a global store. Packages in monorepos usually have a big set of common
|
||||
dependencies. A common store will keep all the dependencies in one place, giving a huge boost
|
||||
to the installation time. More detailes about shared stores [here](../../docs/recipes/shared-store.md).
|
||||
to the installation time. More details about shared stores [here](../../docs/recipes/shared-store.md).
|
||||
|
||||
**save-exact = false**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user