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.
2 parents c3c2d68 + 25f3a35 commit becd434Copy full SHA for becd434
.github/workflows/node.js.yml
@@ -28,4 +28,5 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- run: npm run build --if-present
31
- - run: npm test
+ - run: npm test
32
+ - run: npm run test-ts
.travis.yml
0 commit comments