Skip to content

Commit 9329790

Browse files
authored
chore: Fix full clean instructions in CONTRIBUTING.md (#26915)
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*
1 parent 02467e9 commit 9329790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@ Most build issues can be solved by doing a full clean rebuild:
11391139

11401140
```shell
11411141
$ git clean -fqdx .
1142+
$ yarn install
11421143
$ yarn build
11431144
```
11441145

0 commit comments

Comments
 (0)