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:
Émile Ré
2026-04-14 19:56:19 +04:00
parent 00b233aa03
commit 31abc31454
5 changed files with 8 additions and 9 deletions

View File

@@ -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