docs/migrating: Make yarn instructions version-agnostic
ci/woodpecker/push/lint-client Pipeline was successful Details
ci/woodpecker/push/lint-backend Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/lint-foundkey-js Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

This means we don't have to update the yarn version here in case we update the version of Yarn used.
This commit is contained in:
Norm 2022-11-02 22:58:02 +00:00
parent e8ecd71f8a
commit e79d7879c6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ git merge tags/v13.0.0-preview2 --squash
``` ```
## Making sure modern Yarn works ## Making sure modern Yarn works
Foundkey uses Yarn 3.2.3 instead of 1.x. To make sure the `yarn` command will work going forward, run `corepack enable`. Foundkey uses Modern Yarn instead of Classic (1.x). To make sure the `yarn` command will work going forward, run `corepack enable`.
## Rebuilding and running database migrations ## Rebuilding and running database migrations
This will be pretty much the same as a regular update of Misskey. Note that `yarn install` may take a while since dependency versions have been updated or removed and we use a newer version of Yarn. This will be pretty much the same as a regular update of Misskey. Note that `yarn install` may take a while since dependency versions have been updated or removed and we use a newer version of Yarn.