We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4912fad commit 1b8fe31Copy full SHA for 1b8fe31
examples/graphiql-create-react-app/README.md
@@ -5,5 +5,6 @@ This example demonstrates how to transpile your own custom ES6 and typescript Gr
5
### Setup
6
7
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.
+1. Run `yarn build && yarn build-bundles` at the root to build graphiql for import
+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