Commit d39ce20
committed
fix(ci): generate schema.gql before deno snapshot build
rust-client/schema.gql is a symlink to core/lib/src/schema.gql which is
generated (not committed to git). Without building it first, cargo fails
to compile rust-client with 'function X is not a crate or module' errors
because graphql-client cannot read the schema at compile time.
Run 'tsx src/buildSchema.ts' in the core package before the cargo build.1 parent 6ebf78e commit d39ce20
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
0 commit comments