Replace npm run relay with make relay everywhere
The make relay target merges split graphql files into a single schema.graphql before running the Relay compiler. All CI workflows, the generate target, and documentation now use make relay. Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -8,7 +8,7 @@ React 19 + Vite + TypeScript + Relay + TailwindCSS. Port 5173.
|
||||
|---------|---------|
|
||||
| `npm run dev` | Start dev server (port 5173) |
|
||||
| `npm run build` | Production build |
|
||||
| `npm run relay` (from repo root) | Regenerate Relay artifacts |
|
||||
| `make relay` | Merge split schemas and regenerate Relay artifacts |
|
||||
|
||||
## Routes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user