From 2635db2502da34d72ac6e7939851b7a045072c3e Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 9 Oct 2025 19:39:25 +0100 Subject: [PATCH] Fix README commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77856e7..1febb7b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ plays from the Slices GraphQL API. 2. **Fetch the GraphQL schema** ```bash - npm run schema + npm run schema:prod ``` 3. **Generate Relay types** @@ -63,7 +63,7 @@ plays from the Slices GraphQL API. The project connects to the Slices API. To update the schema: ```bash -npm run schema +npm run schema:prod npx relay-compiler ``` @@ -109,7 +109,7 @@ The app connects to: - `npm run build` - Build for production - `npm run preview` - Preview production build - `npm run lint` - Run ESLint -- `npm run schema` - Fetch GraphQL schema from production API +- `npm run schema:prod` - Fetch GraphQL schema from production API ## Features in Detail -- 2.43.0