feat: resolve TS type (#664)

This commit is contained in:
三咲智子 Kevin Deng
2024-01-21 17:25:13 +08:00
committed by GitHub
parent edf7cb1025
commit 3f8f4bbfc6
20 changed files with 929 additions and 179 deletions

View File

@ -34,6 +34,9 @@ jobs:
- name: Install deps
run: pnpm install
- name: Build
run: pnpm run build
- name: Test unit
run: pnpm run test