We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02a536 commit 0880082Copy full SHA for 0880082
.github/workflows/node.js.yml
@@ -25,6 +25,6 @@ jobs:
25
- run: yarn install
26
if: steps.cache-node.outputs.cache-hit != 'true'
27
- run: yarn lint
28
- - run: yarn typescript
+ - run: yarn typecheck
29
- run: yarn test --coverage
30
- run: yarn prepare
0 commit comments