Skip to content

Commit

Permalink
docs: Update command for development (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitkumar31 authored Jan 7, 2024
1 parent 22771f3 commit eb8ce03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ this repo._
If you are focused on GraphiQL development, you can run —
```sh
yarn start-graphiql
yarn dev-graphiql
```
5. Get coding! If you've added code, add tests. If you've changed APIs, update
Expand Down Expand Up @@ -89,7 +89,7 @@ First, you'll need to `yarn build` all the packages from the root.
Then, you can run these commands:
- `yarn start-graphiql` — which will launch `webpack` dev server for graphiql
- `yarn dev-graphiql` — which will launch `webpack` dev server for graphiql
from the root
> The GraphiQL UI is available at http://localhost:8080/dev.html
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ elements background.
If you want to develop with `@graphiql/react` locally - in particular when
working on the `graphiql` package - all you need to do is run `yarn dev` in the
package folder in a separate terminal. This will build the package using Vite.
When using it in combination with `yarn start-graphiql` (running in the repo
When using it in combination with `yarn dev-graphiql` (running in the repo
root) this will give you auto-reloading when working on `graphiql` and
`@graphiql/react` simultaneously.

0 comments on commit eb8ce03

Please sign in to comment.