Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix unlink docs about reinstalling packages #1112

Merged
merged 1 commit into from
Mar 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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