diff options
-rw-r--r-- | docs/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build.md b/docs/build.md index 3fc3b123a..953630a70 100644 --- a/docs/build.md +++ b/docs/build.md @@ -21,7 +21,7 @@ - If you are cloning or forking this repo as an open source developer, please check the tips below as well - Run e2e tests - Start in various console tabs: - - `yarn e2e:server` + - `yarn e2e:mock-server` - `yarn e2e:metro` - Run once: `yarn e2e:build` - Each test run: `yarn e2e:run` |