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