Skip to content

Commit 1b8fe31

Browse files
committed
docs: address #1609 issue
1 parent 4912fad commit 1b8fe31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/graphiql-create-react-app/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ This example demonstrates how to transpile your own custom ES6 and typescript Gr
55
### Setup
66

77
1. Run `yarn` at root of the repository to install the dependencies.
8-
2. `yarn start` from this folder to start `react-script` dev server.
9-
3. `yarn build` from this folder to build production ready transpiled files using `react-script`. Find the output in `build` folder.
8+
1. Run `yarn build && yarn build-bundles` at the root to build graphiql for import
9+
1. `yarn start` from this folder to start `react-script` dev server.
10+
1. `yarn build` from this folder to build production ready transpiled files using `react-script`. Find the output in `build` folder.

0 commit comments

Comments
 (0)