We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ec1d commit 732a451Copy full SHA for 732a451
.github/workflows/test.yml
@@ -91,8 +91,11 @@ jobs:
91
name: package
92
path: .
93
94
+ # Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
95
+ # and the `/alternateRenderers" entry point will not resolve under Node10.
96
+ # Skipping these is dangerous, but we'll leave it for now.
97
- name: Run are-the-types-wrong
- run: npx @arethetypeswrong/cli ./package.tgz
98
+ run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs no-resolution
99
100
test-published-artifact-local:
101
name: Test Published Artifact (Local) ${{ matrix.example }}
0 commit comments