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
39
2. **Fetch the GraphQL schema**
40
40
41
41
```bash
42
-
npm run schema
42
+
npm run schema:prod
43
43
```
44
44
45
45
3. **Generate Relay types**
···
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
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 ๐งถ