Skip to content

Commit eb8ce03

Browse files
docs: Update command for development (#3478)
1 parent 22771f3 commit eb8ce03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ this repo._
4444
If you are focused on GraphiQL development, you can run —
4545

4646
```sh
47-
yarn start-graphiql
47+
yarn dev-graphiql
4848
```
4949

5050
5. Get coding! If you've added code, add tests. If you've changed APIs, update
@@ -89,7 +89,7 @@ First, you'll need to `yarn build` all the packages from the root.
8989

9090
Then, you can run these commands:
9191

92-
- `yarn start-graphiql` — which will launch `webpack` dev server for graphiql
92+
- `yarn dev-graphiql` — which will launch `webpack` dev server for graphiql
9393
from the root
9494

9595
> The GraphiQL UI is available at http://localhost:8080/dev.html

packages/graphiql-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ elements background.
130130
If you want to develop with `@graphiql/react` locally - in particular when
131131
working on the `graphiql` package - all you need to do is run `yarn dev` in the
132132
package folder in a separate terminal. This will build the package using Vite.
133-
When using it in combination with `yarn start-graphiql` (running in the repo
133+
When using it in combination with `yarn dev-graphiql` (running in the repo
134134
root) this will give you auto-reloading when working on `graphiql` and
135135
`@graphiql/react` simultaneously.

0 commit comments

Comments
 (0)