fix(ts): cleaned legacy typechecking warning

This commit is contained in:
Corentin Thomasset 2023-04-23 16:12:11 +02:00
parent 362f2fa280
commit 103f04e988
No known key found for this signature in database
GPG key ID: DBD997E935996158
7 changed files with 20 additions and 17 deletions

View file

@ -27,5 +27,8 @@ jobs:
- name: Run unit test
run: pnpm test
- name: Type check
run: pnpm typecheck
- name: Build the app
run: pnpm build