Merge branch 'main' into chore/transactions

This commit is contained in:
Bassel Kanso 2023-01-16 10:09:48 +02:00 committed by GitHub
commit c82da95e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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