Skip to content

Commit

Permalink
chore: Fix full clean instructions in CONTRIBUTING.md (#26915)
Browse files Browse the repository at this point in the history
Fix full clean instructions in CONTRIBUTING.md - clean build requires a yarn install first.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mikewrighton authored Aug 28, 2023
1 parent 02467e9 commit 9329790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ Most build issues can be solved by doing a full clean rebuild:

```shell
$ git clean -fqdx .
$ yarn install
$ yarn build
```

Expand Down

0 comments on commit 9329790

Please sign in to comment.