Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mltejera committed May 24, 2024
1 parent eb15719 commit 5e407f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/react-v9/contributing/common-dev-snags.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ First, file an issue [here](https://github.com/microsoft/fluentui/issues/new/cho

Make sure all your desired changes are stashed or otherwise saved somewhere you can pull them back in.

First try running:
Then try running:

`yarn`

If the issues still persist, clean your repo:

`yarn cache clean`
`yarn`
`yarn` // Vanilla Windows users may have better luck with yarn build.
2 changes: 1 addition & 1 deletion docs/react-v9/contributing/dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Open a command line and run:

If you do not wish to contribute changes, for `@fluentui/react` version 8 please follow the instructions on the [`@fluentui/react` README](https://github.com/microsoft/fluentui/blob/master/packages/react/README.md#building-the-repo) page for how to clone and build the main repo. Else, keep reading.

Run `yarn`. This may take a while initially.
Run `yarn`. This may take a while initially, especially on vanilla Windows systems.

Run `yarn start` and select your start up project.

Expand Down

0 comments on commit 5e407f1

Please sign in to comment.