Tweak wording

This commit is contained in:
Dan Abramov
2020-07-10 14:56:28 +01:00
parent d4eadea6c7
commit 2663a12eb3
2 changed files with 4 additions and 3 deletions

View File

@@ -128,9 +128,10 @@ To use the latest build from CI, run the following command from the root of the
./scripts/release/download-experimental-build.js
```
### Build steps
Once the above packages have been built or downloaded, you can test the standalone DevTools by running the following:
You can test the standalone DevTools by running the following:
* Run `yarn start:backend` and `yarn start:standalone` in `../react-devtools-core`
* **First, complete the prerequisite steps above! If you don't do it, none of the steps below will work.**
* Then, run `yarn start:backend` and `yarn start:standalone` in `../react-devtools-core`
* Run `yarn start` in this folder
* Refresh the app after it has recompiled a change
* For React Native, copy `react-devtools-core` to its `node_modules` to test your changes.

View File

@@ -15,7 +15,7 @@ module.exports = () => {
In order to run this script you will need to create your own API token.
Instructions can be found at:
{link https://circleci.com/docs/api/v1-reference/#getting-started}
{link https://app.circleci.com/settings/user/tokens}
To make this token available to the release script, add it to your {path .bash_profile} like so: