We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1289f0b commit e34ff39Copy full SHA for e34ff39
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# hack to build graphql types
37
- name: Build GraphQL types
38
- run: grep -m 1 "Generating GraphQL and TypeScript types" <(yarn develop) | true
+ run: yarn build
39
env:
40
NODE_OPTIONS: --max-old-space-size=4096
41
gatsby-config.ts
@@ -149,5 +149,7 @@ module.exports = {
149
flags,
150
siteMetadata,
151
plugins,
152
- graphqlTypegen: true,
+ graphqlTypegen: {
153
+ generateOnBuild: true,
154
+ },
155
};
0 commit comments