[WEB-5423] fix: typescript errors and add types check step to pull request workflow (#8110)
This commit is contained in:
parent
4e357c4ad0
commit
19a0ef490b
41 changed files with 139 additions and 162 deletions
|
|
@ -49,5 +49,8 @@ jobs:
|
|||
- name: Check Affected format
|
||||
run: pnpm turbo run check:format --affected
|
||||
|
||||
- name: Check Affected types
|
||||
run: pnpm turbo run check:types --affected
|
||||
|
||||
- name: Build Affected
|
||||
run: pnpm turbo run build --affected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue