Skip to content

Commit

Permalink
generate-types in circleci (#1041)
Browse files Browse the repository at this point in the history
Ensure that generated typescripts are up-to-date with python graphql schema
  • Loading branch information
Alex Langenfeld authored and schrockn committed Mar 26, 2019
1 parent 4a56aac commit 30cc9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -694,10 +694,11 @@ jobs:
yarn run check-prettier
- run:
name: Check GraphQL schema artifacts in sync
name: Check GraphQL artifacts in sync
command: |
cd js_modules/dagit
yarn download-schema
yarn generate-types
git diff --exit-code
# We are using the machine executor in order to avoid the pitfalls catalogued at
Expand Down

0 comments on commit 30cc9f6

Please sign in to comment.