+2
-2
README.md
+2
-2
README.md
···
63
The project connects to the Slices API. To update the schema:
64
65
```bash
66
-
npm run schema
67
npx relay-compiler
68
```
69
···
109
- `npm run build` - Build for production
110
- `npm run preview` - Preview production build
111
- `npm run lint` - Run ESLint
112
-
- `npm run schema` - Fetch GraphQL schema from production API
113
114
## Features in Detail
115
···
63
The project connects to the Slices API. To update the schema:
64
65
```bash
66
+
npm run schema:prod
67
npx relay-compiler
68
```
69
···
109
- `npm run build` - Build for production
110
- `npm run preview` - Preview production build
111
- `npm run lint` - Run ESLint
112
+
- `npm run schema:prod` - Fetch GraphQL schema from production API
113
114
## Features in Detail
115