Skip to content

Commit

Permalink
fix unlink docs about reinstalling packages (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkubica committed Mar 9, 2021
1 parent 69746f1 commit b5607b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/docs/cli/unlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Run `yarn unlink` in the folder that was previously used to create a link.
##### `yarn unlink [package]`<a class="toc" id="toc-yarn-unlink-package" href="#toc-yarn-unlink-package"></a>

To unlink a package that was symlinked during development in your project, simply
run `yarn unlink [package]`. You will need to run `yarn` or `yarn install` to re-install
the package that was linked.
run `yarn unlink [package]`. You will need to run `yarn install --check-files` to re-install
the package that was linked, for more info [see issue 1957](https://github.com/yarnpkg/yarn/issues/1957).

Continued example from the [`yarn link`]({{url_base}}/docs/cli/link) documentation: assume two folders
`react` and `react-relay` that are located next to each other with `react` linked
Expand Down

0 comments on commit b5607b8

Please sign in to comment.