Skip to content

Commit 3302636

Browse files
committed
Fix circle config
1 parent 299af4d commit 3302636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ jobs:
137137
name: Compare type files
138138
command: cmp --silent currentTypes.ts ./packages/apollo-language-server/src/graphqlTypes.ts || (echo "Type check failed. Run 'npm run client:codegen'" && exit 1)
139139

140-
141140
workflows:
142141
version: 2
143142
Build and Test:
@@ -147,3 +146,4 @@ workflows:
147146
- VSCode
148147
- Linting
149148
- Query Check
149+
- Generated Types Check

0 commit comments

Comments
 (0)