Skip to content

Commit

Permalink
use the native command from Yarn 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv committed May 15, 2024
1 parent c63df94 commit b8b0617
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 @@ -41,7 +41,7 @@ jobs:
run: yarn install

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

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

0 comments on commit b8b0617

Please sign in to comment.