Skip to content

Commit

Permalink
fix are the types wrong test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Feb 4, 2024
1 parent a724b22 commit 21341cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arethetypeswrong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
run: npm run build
- name: Run AreTheTypesWrong
id: attw
run: ./node_modules/.bin/attw --format ascii --pack dist > $GITHUB_STEP_SUMMARY
# we exclude apollo-client.cjs because it's only a workaround for older bundlers (issue #8605)
run: ./node_modules/.bin/attw --format ascii --pack dist --exclude-entrypoints apollo-client.cjs > $GITHUB_STEP_SUMMARY

0 comments on commit 21341cc

Please sign in to comment.