Skip to content

Commit e617969

Browse files
authored
Add step for fetching backers.json to website install steps (#10631)
1 parent ac2b289 commit e617969

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Features
44

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

78
### Fixes

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ If you are making changes to the website or documentation, test the website fold
143143
```sh-session
144144
$ cd website # Only needed if you are not already in the website directory
145145
$ yarn
146+
$ node fetchSupporters.js
146147
$ yarn start
147148
```
148149
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.

website/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ yarn
1010

1111
in the root directory.
1212

13+
Fetch `backers.json` file by running
14+
15+
```bash
16+
node fetchSupporters.js
17+
```
18+
1319
Then, run the server via
1420

1521
```bash

0 commit comments

Comments
 (0)