We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869943e commit 25b84d0Copy full SHA for 25b84d0
.github/workflows/tests.yml
@@ -188,12 +188,6 @@ jobs:
188
189
- name: Run test step
190
run: yarn test
191
- if: matrix.example != 'are-the-types-wrong'
192
-
193
- - name: Run test step (attw)
194
- # Ignore "FalseCJS" errors in the `attw` job
195
- run: yarn test -n FalseCJS
196
- if: matrix.example == 'are-the-types-wrong'
197
198
are-the-types-wrong:
199
name: Check package config with are-the-types-wrong
@@ -217,4 +211,4 @@ jobs:
217
211
run: ls -l .
218
212
219
213
- name: Run are-the-types-wrong
220
- run: npx @arethetypeswrong/cli ./package.tgz --format table
214
+ run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs
0 commit comments