Skip to content

Commit 0e06082

Browse files
committed
chore: fix typescript workflow
1 parent af1a30c commit 0e06082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn lint
2525

2626
- name: Typing
27-
run: yarn typescript
27+
run: yarn typecheck
2828

2929
- name: Testing
3030
run: yarn test --coverage

0 commit comments

Comments
 (0)