Skip to content

Commit 05b55c0

Browse files
authored
Remove no-resolution flag and add --exclude-entrypoints when running are-the-types-wrong during CI (#2155)
1 parent 098f862 commit 05b55c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@ jobs:
9393
path: .
9494

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

10199
test-published-artifact:
102100
name: Test Published Artifact ${{ matrix.example }}

0 commit comments

Comments
 (0)