Skip to content

Commit

Permalink
Remove no-resolution flag and add --exclude-entrypoints when runn…
Browse files Browse the repository at this point in the history
…ing `are-the-types-wrong` during CI (#2155)
  • Loading branch information
aryaemami59 committed Apr 8, 2024
1 parent 098f862 commit 05b55c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Expand Up @@ -93,10 +93,8 @@ jobs:
path: .

# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
# and the `/alternateRenderers" entry point will not resolve under Node10.
# Skipping these is dangerous, but we'll leave it for now.
- name: Run are-the-types-wrong
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs no-resolution
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers

test-published-artifact:
name: Test Published Artifact ${{ matrix.example }}
Expand Down

0 comments on commit 05b55c0

Please sign in to comment.