From 89f7fe49993112684ed0fd6b8f965992c96d4b17 Mon Sep 17 00:00:00 2001 From: markkaylor Date: Fri, 13 Jan 2023 11:33:51 +0100 Subject: [PATCH] Fix incorrect location for command --- docs/docs/core/admin/link-strapi-design-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core/admin/link-strapi-design-system.md b/docs/docs/core/admin/link-strapi-design-system.md index b63b5b6597..31bdaca868 100644 --- a/docs/docs/core/admin/link-strapi-design-system.md +++ b/docs/docs/core/admin/link-strapi-design-system.md @@ -18,7 +18,7 @@ Replace the version number in both `strapi/packages/core/admin/package.json` and Alternatively, you can use [`yarn link`](https://classic.yarnpkg.com/lang/en/docs/cli/link/) by first running `yarn link` in `strapi-design-system/packages/design-system` and then `yarn link @strapi/design-system` in both `strapi/packages/core/admin` and `strapi/packages/core/helper-plugin`. With this approach, no changes need to be made to the `package.json` -Once the link is setup, run the following command from the root of `@strapi/strapi` +Once the link is setup, run the following command from the root of the monorepo ``` yarn lerna clean && yarn setup