Fix small issues in the lerna docs

This commit is contained in:
Christian Capeans 2023-02-24 11:56:44 +01:00
parent ed010184b1
commit 9b289f3b31
2 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
title: How to install packages
slug: /how-to-install-packages
tags:
- content-type-builder
- plugins
- lerna
- packages
---
# Best practices for installing packages in the Strapi
# Best practices for installing packages in Strapi
When working with the Strapi mono repo, it's important to follow best practices for installing packages to avoid potential issues and ensure consistent results. Instead of using the standard **`yarn add`** command, we recommend using **`yarn lerna add <package_name> --scope @strapi/<module_name>`** for installing packages.

View File

@ -169,7 +169,7 @@ const sidebars = {
},
{
type: 'category',
label: 'How to install packages',
label: 'How to install',
link: {
type: 'doc',
id: 'how-to-install-packages',