Skip to content

Commit

Permalink
Use correct argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv committed May 15, 2024
1 parent d8a454f commit 71195d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn install

- name: check for duplicate dependencies (if it fails here, then pre-commit hook is not working)
run: yarn dedupe --fail
run: yarn dedupe --check

- name: generate TS definitions for GraphQL schema
run: yarn graphql-refresh
Expand Down

0 comments on commit 71195d9

Please sign in to comment.