Skip to content

Commit

Permalink
Add step for fetching backers.json to website install steps (#10631)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 13, 2020
1 parent ac2b289 commit e617969
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

### Features

- `[docs]` Add step for fetching `backers.json` file in website setup docs ([#10631](https://github.com/facebook/jest/pull/10631))
- `[jest-cli, jest-config]` Add support for the `jest.config.ts` configuration file ([#10564](https://github.com/facebook/jest/pull/10564))

### Fixes
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -143,6 +143,7 @@ If you are making changes to the website or documentation, test the website fold
```sh-session
$ cd website # Only needed if you are not already in the website directory
$ yarn
$ node fetchSupporters.js
$ yarn start
```
1. You can run a development server to check if the changes you made are being displayed accurately by running `yarn start` in the website directory.
Expand Down
6 changes: 6 additions & 0 deletions website/README.md
Expand Up @@ -10,6 +10,12 @@ yarn

in the root directory.

Fetch `backers.json` file by running

```bash
node fetchSupporters.js
```

Then, run the server via

```bash
Expand Down

0 comments on commit e617969

Please sign in to comment.