Fixes type-check
This commit is contained in:
parent
cb14aaca14
commit
830f033f9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-types.yml
vendored
2
.github/workflows/check-types.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: tsc
|
- run: yarn type-check
|
||||||
|
|
Loading…
Reference in a new issue