diff options
author | LW <git@llllvvuu.dev> | 2023-05-17 07:21:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 09:21:34 -0500 |
commit | b1c5794190b3090fe9ac88af68f035c2b9136258 (patch) | |
tree | e05c2c58a25d09edc3573c46bd7028a87302a0c9 /docs | |
parent | c1fe12f5bfe5e41440c349dcbb4c345ee17c5bd0 (diff) | |
download | voidsky-b1c5794190b3090fe9ac88af68f035c2b9136258.tar.zst |
docs: update e2e mock server command (#662)
Diffstat (limited to 'docs')
-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` |