We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299af4d commit 3302636Copy full SHA for 3302636
1 file changed
.circleci/config.yml
@@ -137,7 +137,6 @@ jobs:
137
name: Compare type files
138
command: cmp --silent currentTypes.ts ./packages/apollo-language-server/src/graphqlTypes.ts || (echo "Type check failed. Run 'npm run client:codegen'" && exit 1)
139
140
-
141
workflows:
142
version: 2
143
Build and Test:
@@ -147,3 +146,4 @@ workflows:
147
146
- VSCode
148
- Linting
149
- Query Check
+ - Generated Types Check
0 commit comments