There's no npm run schema, I presume npm run schema:prod is what we want.
+3
-3
README.md
+3
-3
README.md
···
39
2. **Fetch the GraphQL schema**
40
41
```bash
42
-
npm run schema
43
```
44
45
3. **Generate Relay types**
···
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
···
39
2. **Fetch the GraphQL schema**
40
41
```bash
42
+
npm run schema:prod
43
```
44
45
3. **Generate Relay types**
···
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
History
1 round
1 comment
danabra.mov
submitted
#0
1 commit
expand
collapse
2635db25
Fix README commands
expand 1 comment
closed without merging
Fixed! Didn't realize this was a pr or I would've just merged that. Still getting used to tangled ๐งถ