Skip to content

Commit d1f54f3

Browse files
committed
Maybe yarn needs to invoke tsc
1 parent 49f5a3e commit d1f54f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: yarn add --dev typescript@${{ matrix.tsVersion }}
5757
- name: Check Types
5858
run: |
59-
tsc -v
59+
yarn tsc -v
6060
yarn test:types
6161
6262
try-scenarios:

0 commit comments

Comments
 (0)