Skip to content

Commit 5e2d933

Browse files
committed
replace yarn install step with simply executing yarn
1 parent 944ad94 commit 5e2d933

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,10 @@ In order to generate the HTML documentation files locally, go to the root of thi
232232
233233
```
234234
yarn
235-
yarn install
236235
yarn docgen devsite
237236
```
238237
239-
This will generate reference docs in `docs-devsite/`. Commit and push your the generated
238+
This will generate reference docs in `docs-devsite/`. Commit and push the generated
240239
documentation changes to GitHub following the [PR submission guidelines](#submit). Your push
241240
to the remote repository should force any failing documentation checks to execute again.
242241

0 commit comments

Comments
 (0)