We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a15422 commit ea7ef67Copy full SHA for ea7ef67
.github/workflows/build-test.yml
@@ -28,6 +28,8 @@ jobs:
28
- run: pnpm run test
29
- run: pnpm run lint
30
- run: pnpm run typecheck
31
+ - run: node scripts/typecheck-p4-json-fixtures.mjs
32
+ - run: node scripts/typecheck-p4-normalized-fixtures.mjs
33
- run: node pkg-tests/node-load.cjs
34
- run: node pkg-tests/node-load.mjs
35
- run: node pkg-tests/node-umd.mjs
0 commit comments